File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
__email__ = "gregj@alleninstitute.org"
7
7
# Do not edit this string manually, always use bumpversion
8
8
# Details in CONTRIBUTING.md
9
- __version__ = "0.1.2 "
9
+ __version__ = "0.1.3 "
10
10
11
11
12
12
def get_module_version ():
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.2
2
+ current_version = 0.1.3
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 31
31
"pytest-raises>=0.10" ,
32
32
"pytest-runner>=4.4" ,
33
33
"Sphinx>=2.0.0b1" ,
34
- "sphinx_rtd_theme>=0.1.2 " ,
34
+ "sphinx_rtd_theme>=0.1.3 " ,
35
35
"tox>=3.5.2" ,
36
36
"twine>=1.13.0" ,
37
37
"wheel>=0.33.1" ,
118
118
url = "https://github.com/AllenCellModeling/fov_processing_pipeline" ,
119
119
# Do not edit this string manually, always use bumpversion
120
120
# Details in CONTRIBUTING.rst
121
- version = "0.1.2 " ,
121
+ version = "0.1.3 " ,
122
122
zip_safe = False ,
123
123
)
You can’t perform that action at this time.
0 commit comments