From b7adbbd8540e42316ad6ddbb84535f709c755ca5 Mon Sep 17 00:00:00 2001 From: Roy Hoitink Date: Mon, 1 May 2023 15:00:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.2=20=E2=86=92=200.4.3?= 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 02b81ba..3eb94e0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.4.3 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index c5defe5..36df49e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -28,5 +28,5 @@ keywords: - point spread function - image generation license: MIT -version: "v0.4.2" +version: "v0.4.3" date-released: '2023-04-26' diff --git a/setup.py b/setup.py index c65e3fd..fa348a6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="simulatedmicroscopy", - version="0.4.2", + version="0.4.3", 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 e61bdf6..df441c8 100644 --- a/simulatedmicroscopy/__init__.py +++ b/simulatedmicroscopy/__init__.py @@ -14,4 +14,4 @@ "Shell", ] -__version__ = "0.4.2" +__version__ = "0.4.3"