Skip to content

Commit b7d4e1d

Browse files
author
BumpVersion Action
committed
Bump version: 1.0.11 → 1.0.12
1 parent b067814 commit b7d4e1d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 = 1.0.11
2+
current_version = 1.0.12
33
commit = True
44
tag = True
55

bionumpy/__init__.py

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

33
__author__ = """Knut Rand"""
44
__email__ = "[email protected]"
5-
__version__ = '1.0.11'
5+
__version__ = '1.0.12'
66

77
import npstructures as nps
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
test_suite='tests',
4747
tests_require=test_requirements,
4848
url='https://github.com/bionumpy/bionumpy',
49-
version='1.0.11',
49+
version='1.0.12',
5050
zip_safe=False,
5151
extras_require={'full': ['isal']}
5252
)

0 commit comments

Comments
 (0)