Skip to content

Commit a585196

Browse files
author
Gregory Johnson
committed
Bump version: 0.1.2 → 0.1.3
1 parent 191bd5e commit a585196

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

fov_processing_pipeline/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = "gregj@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

+1-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pytest-raises>=0.10",
3232
"pytest-runner>=4.4",
3333
"Sphinx>=2.0.0b1",
34-
"sphinx_rtd_theme>=0.1.2",
34+
"sphinx_rtd_theme>=0.1.3",
3535
"tox>=3.5.2",
3636
"twine>=1.13.0",
3737
"wheel>=0.33.1",
@@ -118,6 +118,6 @@
118118
url="https://github.com/AllenCellModeling/fov_processing_pipeline",
119119
# Do not edit this string manually, always use bumpversion
120120
# Details in CONTRIBUTING.rst
121-
version="0.1.2",
121+
version="0.1.3",
122122
zip_safe=False,
123123
)

0 commit comments

Comments
 (0)