Skip to content

Commit 1e5b5de

Browse files
committed
1.8.0 -> 1.9.0
1 parent d8be2e6 commit 1e5b5de

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.0
2+
current_version = 1.9.0
33

44
[comment]
55
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ doi: "10.5281/zenodo.1090388"
2727
license: "BSD-3"
2828
message: "If you use this software, please cite it using these metadata."
2929
title: Instamatic
30-
version: "1.8.0"
30+
version: "1.9.0"
3131
...

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def setup(app):
8080
author = '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.
8686
language = 'english'

instamatic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ project_urls =
3636
Bug Tracker = http://github.com/instamatic-dev/instamatic/issues
3737
Documentation = https://instamatic.readthedocs.io/
3838
url = http://github.com/instamatic-dev/instamatic
39-
version = 1.8.0
39+
version = 1.9.0
4040

4141

4242
[options]

0 commit comments

Comments
 (0)