diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 56f5d072..0c85c37f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.0.1 [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 10d6fc42..302aa8ff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,5 +27,5 @@ doi: "10.5281/zenodo.1090388" license: "BSD-3-Clause" message: "If you use this software, please cite it using these metadata." title: Instamatic -version: "2.0.0" +version: "2.0.1" ... diff --git a/pyproject.toml b/pyproject.toml index 86594571..5d1d307e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ [project] name = "instamatic" -version = "2.0.0" +version = "2.0.1" description = "Python program for automated electron diffraction data collection" readme = "README.md" requires-python = ">=3.7" diff --git a/src/instamatic/__init__.py b/src/instamatic/__init__.py index ca6faba7..856d33a1 100644 --- a/src/instamatic/__init__.py +++ b/src/instamatic/__init__.py @@ -9,7 +9,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # """ -__version__ = '2.0.0' +__version__ = '2.0.1' __title__ = 'instamatic' __long_title__ = f'{__title__} v{__version__}' __author__ = 'Stef Smeets'