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

Commit 47d806e

Browse files
committed
Bump version: 0.1.2 → 0.1.3
1 parent 0fe2fcd commit 47d806e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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__ = "jacksonb@alleninstitute.org"
77
# Do not edit this string manually, always use bumpversion
88
# Details in CONTRIBUTING.md
9-
__version__ = "0.1.2"
9+
__version__ = "0.1.3"
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.2
2+
current_version = 0.1.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pytest-raises>=0.10",
3131
"pytest-runner>=4.4",
3232
"Sphinx>=2.0.0b1",
33-
"sphinx_rtd_theme>=0.1.2",
33+
"sphinx_rtd_theme>=0.1.3",
3434
"tox>=3.5.2",
3535
"twine>=1.13.0",
3636
"wheel>=0.33.1",
@@ -93,6 +93,6 @@
9393
url="https://github.com/AllenCellModeling/datastep",
9494
# Do not edit this string manually, always use bumpversion
9595
# Details in CONTRIBUTING.rst
96-
version="0.1.2",
96+
version="0.1.3",
9797
zip_safe=False,
9898
)

0 commit comments

Comments
 (0)