Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed May 1, 2020
1 parent 01c93b4 commit d87dc77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion instamatic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
"""

__version__ = '1.3.1'
__version__ = '1.3.2'
__title__ = 'instamatic'
__long_title__ = f'{__title__} v{__version__}'
__author__ = 'Stef Smeets'
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down Expand Up @@ -112,6 +112,7 @@ instamatic = 'instamatic.main:main'




[tool.dephell.main]
from = {format = 'poetry', path = 'pyproject.toml'}
to = {format = 'setuppy', path = 'setup.py'}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit d87dc77

Please sign in to comment.