File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.8 .0
2
+ current_version = 1.9 .0
3
3
4
4
[comment]
5
5
comment = 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"
27
27
license : " BSD-3"
28
28
message : " If you use this software, please cite it using these metadata."
29
29
title : Instamatic
30
- version : " 1.8 .0"
30
+ version : " 1.9 .0"
31
31
...
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def setup(app):
80
80
author = 'Stef Smeets'
81
81
82
82
# The short X.Y version.
83
- version = release = '1.8 .0'
83
+ version = release = '1.9 .0'
84
84
85
85
# The language for content autogenerated by Sphinx.
86
86
language = 'english'
Original file line number Diff line number Diff line change 9
9
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
10
10
"""
11
11
12
- __version__ = '1.8 .0'
12
+ __version__ = '1.9 .0'
13
13
__title__ = 'instamatic'
14
14
__long_title__ = f'{ __title__ } v{ __version__ } '
15
15
__author__ = 'Stef Smeets'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ project_urls =
36
36
Bug Tracker = http://github.com/instamatic-dev/instamatic/issues
37
37
Documentation = https://instamatic.readthedocs.io/
38
38
url = http://github.com/instamatic-dev/instamatic
39
- version = 1.8 .0
39
+ version = 1.9 .0
40
40
41
41
42
42
[options]
You can’t perform that action at this time.
0 commit comments