diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 764a7d7..dcaee68 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.3.0 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index faebafd..01a3404 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -28,5 +28,5 @@ keywords: - point spread function - image generation license: MIT -version: "v1.2.0" +version: "v1.3.0" date-released: '2023-04-26' diff --git a/setup.py b/setup.py index c9c3d05..ea99f88 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="simulatedmicroscopy", - version="1.2.0", + version="1.3.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 a2261c0..9e16a34 100644 --- a/simulatedmicroscopy/__init__.py +++ b/simulatedmicroscopy/__init__.py @@ -16,4 +16,4 @@ "Cube", ] -__version__ = "1.2.0" +__version__ = "1.3.0"