From 792d3b26ef6895dfb61273f1b3521da1d93cf8eb Mon Sep 17 00:00:00 2001 From: Roy Hoitink Date: Wed, 10 May 2023 09:17:35 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- setup.py | 2 +- simulatedmicroscopy/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9b280e0..4ac68c7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index 6281ef6..fefe36c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -28,5 +28,5 @@ keywords: - point spread function - image generation license: MIT -version: "v1.0.0" +version: "v1.1.0" date-released: '2023-04-26' diff --git a/setup.py b/setup.py index 67d86dd..f610ee9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="simulatedmicroscopy", - version="1.0.0", + version="1.1.0", author="Roy Hoitink", author_email="L.D.Hoitink@uu.nl", long_description=open("README.md").read(), diff --git a/simulatedmicroscopy/__init__.py b/simulatedmicroscopy/__init__.py index 8dcd869..0a46bfa 100644 --- a/simulatedmicroscopy/__init__.py +++ b/simulatedmicroscopy/__init__.py @@ -14,4 +14,4 @@ "Shell", ] -__version__ = "1.0.0" +__version__ = "1.1.0"