From 85293fbcba5371603c68d7556ba3be8f03b3da7f Mon Sep 17 00:00:00 2001 From: Stef Smeets Date: Thu, 1 Apr 2021 09:34:03 +0200 Subject: [PATCH] Bump version --- CITATION.cff | 2 +- instamatic/__init__.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 64055866..82dd9f41 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,5 +17,5 @@ doi: "10.5281/zenodo.4072976" license: "GPL-3.0" message: "If you use this software, please cite it using these metadata." title: Instamatic -version: "1.6.0" +version: "1.6.1" ... diff --git a/instamatic/__init__.py b/instamatic/__init__.py index 183d3958..b40c4a43 100644 --- a/instamatic/__init__.py +++ b/instamatic/__init__.py @@ -9,7 +9,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # """ -__version__ = '1.6.0' +__version__ = '1.6.1' __title__ = 'instamatic' __long_title__ = f'{__title__} v{__version__}' __author__ = 'Stef Smeets' diff --git a/pyproject.toml b/pyproject.toml index d2b73be8..082654b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'instamatic' -version = "1.6.0" +version = "1.6.1" description = 'Python program for automated electron diffraction data collection' license = 'GPL-3.0-only' classifiers = [ diff --git a/setup.py b/setup.py index 6d2a0a2d..8a40aadb 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description=readme, name='instamatic', - version='1.6.0', + version='1.6.1', description='Python program for automated electron diffraction data collection', python_requires='>=3.6.1', project_urls={