Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Apr 1, 2021
1 parent befd795 commit 85293fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ doi: "10.5281/zenodo.4072976"
license: "GPL-3.0"
message: "If you use this software, please cite it using these metadata."
title: Instamatic
version: "1.6.0"
version: "1.6.1"
...
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.6.0'
__version__ = '1.6.1'
__title__ = 'instamatic'
__long_title__ = f'{__title__} v{__version__}'
__author__ = 'Stef Smeets'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'instamatic'
version = "1.6.0"
version = "1.6.1"
description = 'Python program for automated electron diffraction data collection'
license = 'GPL-3.0-only'
classifiers = [
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.6.0',
version='1.6.1',
description='Python program for automated electron diffraction data collection',
python_requires='>=3.6.1',
project_urls={
Expand Down

0 comments on commit 85293fb

Please sign in to comment.