Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micah-prime committed Aug 13, 2024
1 parent 006ea13 commit 97f23c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.5.0
commit = True
tag = True

Expand All @@ -22,4 +22,3 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/SnowEx/snowexsql',
version='0.4.1',
version='0.5.0',
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.1'
__version__ = '0.5.0'

0 comments on commit 97f23c6

Please sign in to comment.