Skip to content

Commit c7a4f91

Browse files
author
BumpVersion Action
committed
Bump version: 0.2.13 → 0.2.14
1 parent f722814 commit c7a4f91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.13
2+
current_version = 0.2.14
33
commit = True
44
tag = True
55

npstructures/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__author__ = """Knut Rand"""
99
__email__ = "[email protected]"
10-
__version__ = '0.2.13'
10+
__version__ = '0.2.14'
1111

1212
from . import raggedarray, raggedshape, hashtable
1313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
test_suite='tests',
4141
tests_require=test_requirements,
4242
url='https://github.com/knutdrand/npstructures',
43-
version='0.2.13',
43+
version='0.2.14',
4444
zip_safe=False,
4545
# ext_modules=[module],
4646
)

0 commit comments

Comments
 (0)