Skip to content

Commit a1769b2

Browse files
author
BumpVersion Action
committed
Bump version: 1.0.5 → 1.0.6
1 parent 62f3639 commit a1769b2

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.5
2+
current_version = 1.0.6
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.5'
5+
__version__ = '1.0.6'
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.5',
49+
version='1.0.6',
5050
zip_safe=False,
5151
extras_require={'full': ['isal']}
5252
)

0 commit comments

Comments
 (0)