We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78661c5 commit aa361efCopy full SHA for aa361ef
instamatic/__init__.py
@@ -9,7 +9,7 @@
9
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
10
"""
11
12
-__version__ = '1.3.0'
+__version__ = '1.3.1'
13
__title__ = 'instamatic'
14
__long_title__ = f'{__title__} v{__version__}'
15
__author__ = 'Stef Smeets'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = 'instamatic'
3
-version = "1.3.0"
+version = "1.3.1"
4
description = 'Python program for automated electron diffraction data collection'
5
license = 'GPL-3.0-only'
6
classifiers = [
@@ -111,6 +111,7 @@ instamatic = 'instamatic.main:main'
111
112
113
114
+
115
[tool.dephell.main]
116
from = {format = 'poetry', path = 'pyproject.toml'}
117
to = {format = 'setuppy', path = 'setup.py'}
0 commit comments