File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ doi: "10.5281/zenodo.4072976"
1717license : " GPL-3.0"
1818message : " If you use this software, please cite it using these metadata."
1919title : Instamatic
20- version : " 1.6.0 "
20+ version : " 1.6.1 "
2121...
Original file line number Diff line number Diff line change 99# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
1010"""
1111
12- __version__ = '1.6.0 '
12+ __version__ = '1.6.1 '
1313__title__ = 'instamatic'
1414__long_title__ = f'{ __title__ } v{ __version__ } '
1515__author__ = 'Stef Smeets'
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = ' instamatic'
3- version = " 1.6.0 "
3+ version = " 1.6.1 "
44description = ' Python program for automated electron diffraction data collection'
55license = ' GPL-3.0-only'
66classifiers = [
Original file line number Diff line number Diff line change 2121setup (
2222 long_description = readme ,
2323 name = 'instamatic' ,
24- version = '1.6.0 ' ,
24+ version = '1.6.1 ' ,
2525 description = 'Python program for automated electron diffraction data collection' ,
2626 python_requires = '>=3.6.1' ,
2727 project_urls = {
You can’t perform that action at this time.
0 commit comments