From fa1110b3c28498a40e8d8daffe7356138e92a2b0 Mon Sep 17 00:00:00 2001 From: Stef Smeets Date: Mon, 5 Jun 2023 15:08:10 +0200 Subject: [PATCH] Bump version 1.9.0 -> 1.10.0 --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- docs/conf.py | 2 +- instamatic/__init__.py | 2 +- setup.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 62a69e55..a3f07600 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.0 +current_version = 1.10.0 [comment] comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved diff --git a/CITATION.cff b/CITATION.cff index e4532885..f54d838a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,5 +27,5 @@ doi: "10.5281/zenodo.1090388" license: "BSD-3" message: "If you use this software, please cite it using these metadata." title: Instamatic -version: "1.9.0" +version: "1.10.0" ... diff --git a/docs/conf.py b/docs/conf.py index f70183ea..a009a43e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ def setup(app): author = 'Stef Smeets' # The short X.Y version. -version = release = '1.9.0' +version = release = '1.10.0' # The language for content autogenerated by Sphinx. language = 'english' diff --git a/instamatic/__init__.py b/instamatic/__init__.py index 86dda1ab..841eb321 100644 --- a/instamatic/__init__.py +++ b/instamatic/__init__.py @@ -9,7 +9,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # """ -__version__ = '1.9.0' +__version__ = '1.10.0' __title__ = 'instamatic' __long_title__ = f'{__title__} v{__version__}' __author__ = 'Stef Smeets' diff --git a/setup.cfg b/setup.cfg index 98165c79..5ad3e2b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ project_urls = Bug Tracker = http://github.com/instamatic-dev/instamatic/issues Documentation = https://instamatic.readthedocs.io/ url = http://github.com/instamatic-dev/instamatic -version = 1.9.0 +version = 1.10.0 [options]