Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Jun 2, 2020
1 parent 4402b58 commit 65ec895
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.5.0'
__version__ = '1.5.1'
__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.5.0"
version = "1.5.1"
description = 'Python program for automated electron diffraction data collection'
license = 'GPL-3.0-only'
classifiers = [
Expand Down Expand Up @@ -111,6 +111,7 @@ instamatic = 'instamatic.main:main'
[tool.poetry.urls]
'Bug Reports' = 'https://github.com/stefsmeets/instamatic/issues'


[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.5.0',
version='1.5.1',
description='Python program for automated electron diffraction data collection',
python_requires='>=3.6.1',
project_urls={
Expand Down

0 comments on commit 65ec895

Please sign in to comment.