From 56222b41fe1756da1b4dea86724f7cdca49752bd Mon Sep 17 00:00:00 2001 From: Stef Smeets Date: Thu, 28 May 2020 17:10:20 +0200 Subject: [PATCH] Bump version to 1.4.2 --- instamatic/__init__.py | 2 +- pyproject.toml | 3 ++- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/instamatic/__init__.py b/instamatic/__init__.py index 825ace79..b9ea8085 100644 --- a/instamatic/__init__.py +++ b/instamatic/__init__.py @@ -9,7 +9,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # """ -__version__ = '1.4.1' +__version__ = '1.4.2' __title__ = 'instamatic' __long_title__ = f'{__title__} v{__version__}' __author__ = 'Stef Smeets' diff --git a/pyproject.toml b/pyproject.toml index 573e6372..0d456163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'instamatic' -version = "1.4.1" +version = "1.4.2" description = 'Python program for automated electron diffraction data collection' license = 'GPL-3.0-only' classifiers = [ @@ -111,6 +111,7 @@ instamatic = 'instamatic.main:main' 'Bug Reports' = 'https://github.com/stefsmeets/instamatic/issues' + [tool.dephell.main] from = {format = 'poetry', path = 'pyproject.toml'} to = {format = 'setuppy', path = 'setup.py'} diff --git a/setup.py b/setup.py index 469ef53c..3aa307fc 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description=readme, name='instamatic', - version='1.4.1', + version='1.4.2', description='Python program for automated electron diffraction data collection', python_requires='>=3.6.1', project_urls={