Skip to content

Commit

Permalink
Bump version: 0.2.18 → 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed May 31, 2024
1 parent 2ded689 commit e97b2b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.18
current_version = 0.2.19
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion npstructures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = """Knut Rand"""
__email__ = "[email protected]"
__version__ = '0.2.18'
__version__ = '0.2.19'

from . import raggedarray, raggedshape, hashtable

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/knutdrand/npstructures',
version='0.2.18',
version='0.2.19',
zip_safe=False,
# ext_modules=[module],
)
Expand Down

0 comments on commit e97b2b0

Please sign in to comment.