From 6fb0b1e6245736486a9ed98ed7cc5b65835a7ed1 Mon Sep 17 00:00:00 2001 From: stefsmeets <873520+stefsmeets@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:16:16 +0000 Subject: [PATCH] Bump version to: 2.0.5 --- pyproject.toml | 4 ++-- src/instamatic/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8cb2cb18..e3722961 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.2" +version = "2.0.5" description = "Python program for automated electron diffraction data collection" readme = "README.md" requires-python = ">=3.7" @@ -151,7 +151,7 @@ quote-style = "single" indent-style = "space" [tool.bumpversion] -current_version = "2.0.2" +current_version = "2.0.5" [[tool.bumpversion.files]] filename = "src/instamatic/__init__.py" diff --git a/src/instamatic/__init__.py b/src/instamatic/__init__.py index cce7533b..f0863ebd 100644 --- a/src/instamatic/__init__.py +++ b/src/instamatic/__init__.py @@ -9,7 +9,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # """ -__version__ = '2.0.2' +__version__ = '2.0.5' __title__ = 'instamatic' __long_title__ = f'{__title__} v{__version__}' __author__ = 'Stef Smeets'