Skip to content

Commit

Permalink
Bump version: 0.2.15 → 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Feb 1, 2024
1 parent 8fed7ad commit c3b9eef
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.15
current_version = 0.2.16
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.15'
__version__ = '0.2.16'

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.15',
version='0.2.16',
zip_safe=False,
# ext_modules=[module],
)
Expand Down

0 comments on commit c3b9eef

Please sign in to comment.