Skip to content

Commit

Permalink
Fix build (#83)
Browse files Browse the repository at this point in the history
* Add requirements.txt to manifest to fix the build

* Bump version: 0.4.0 → 0.4.1
  • Loading branch information
micah-prime authored Jun 18, 2024
1 parent f42c0e0 commit 3e58e29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
tag = True

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ include docs/contributing.rst
include docs/history.rst
include LICENSE
include README.rst
include requirements.txt

recursive-include tests *
recursive-exclude tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/SnowEx/snowexsql',
version='0.4.0',
version='0.4.1',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion snowexsql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Top-level package for snowexsql."""

__author__ = """Micah Johnson"""
__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit 3e58e29

Please sign in to comment.