Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit cd6ea4a

Browse files
committed
Bump version: 0.1.8 → 0.1.9
1 parent 15e53d6 commit cd6ea4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datastep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = "[email protected]"
77
# Do not edit this string manually, always use bumpversion
88
# Details in CONTRIBUTING.md
9-
__version__ = "0.1.8"
9+
__version__ = "0.1.9"
1010

1111

1212
def get_module_version():

setup.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.1.8
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@
9797
url="https://github.com/AllenCellModeling/datastep",
9898
# Do not edit this string manually, always use bumpversion
9999
# Details in CONTRIBUTING.rst
100-
version="0.1.8",
100+
version="0.1.9",
101101
zip_safe=False,
102102
)

0 commit comments

Comments
 (0)