File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.8 .0
2+ current_version = 1.9 .0
33
44[comment]
55comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ doi: "10.5281/zenodo.1090388"
2727license : " BSD-3"
2828message : " If you use this software, please cite it using these metadata."
2929title : Instamatic
30- version : " 1.8 .0"
30+ version : " 1.9 .0"
3131...
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def setup(app):
8080author = 'Stef Smeets'
8181
8282# The short X.Y version.
83- version = release = '1.8 .0'
83+ version = release = '1.9 .0'
8484
8585# The language for content autogenerated by Sphinx.
8686language = 'english'
Original file line number Diff line number Diff line change 99# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
1010"""
1111
12- __version__ = '1.8 .0'
12+ __version__ = '1.9 .0'
1313__title__ = 'instamatic'
1414__long_title__ = f'{ __title__ } v{ __version__ } '
1515__author__ = 'Stef Smeets'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ project_urls =
3636 Bug Tracker = http://github.com/instamatic-dev/instamatic/issues
3737 Documentation = https://instamatic.readthedocs.io/
3838url = http://github.com/instamatic-dev/instamatic
39- version = 1.8 .0
39+ version = 1.9 .0
4040
4141
4242[options]
You can’t perform that action at this time.
0 commit comments