diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4ac68c7..764a7d7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index fefe36c..faebafd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -28,5 +28,5 @@ keywords: - point spread function - image generation license: MIT -version: "v1.1.0" +version: "v1.2.0" date-released: '2023-04-26' diff --git a/setup.py b/setup.py index f610ee9..c9c3d05 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="simulatedmicroscopy", - version="1.1.0", + version="1.2.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 0a46bfa..2224652 100644 --- a/simulatedmicroscopy/__init__.py +++ b/simulatedmicroscopy/__init__.py @@ -14,4 +14,4 @@ "Shell", ] -__version__ = "1.1.0" +__version__ = "1.2.0"