diff --git a/instamatic/__init__.py b/instamatic/__init__.py index 194b2fe8..fab9c734 100644 --- a/instamatic/__init__.py +++ b/instamatic/__init__.py @@ -9,7 +9,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # """ -__version__ = '1.3.1' +__version__ = '1.3.2' __title__ = 'instamatic' __long_title__ = f'{__title__} v{__version__}' __author__ = 'Stef Smeets' diff --git a/pyproject.toml b/pyproject.toml index e57e0779..32d3058b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'instamatic' -version = "1.3.1" +version = "1.3.2" description = 'Python program for automated electron diffraction data collection' license = 'GPL-3.0-only' classifiers = [ @@ -112,6 +112,7 @@ instamatic = 'instamatic.main:main' + [tool.dephell.main] from = {format = 'poetry', path = 'pyproject.toml'} to = {format = 'setuppy', path = 'setup.py'} diff --git a/setup.py b/setup.py index 5a3d32f9..58428fd4 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description=readme, name='instamatic', - version='1.3.1', + version='1.3.2', description='Python program for automated electron diffraction data collection', python_requires='>=3.6.1', project_urls={