File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.0.0
2+ current_version = 2.0.1
33
44[comment]
55comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ doi: "10.5281/zenodo.1090388"
2727license : " BSD-3-Clause"
2828message : " If you use this software, please cite it using these metadata."
2929title : Instamatic
30- version : " 2.0.0 "
30+ version : " 2.0.1 "
3131...
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
66[project ]
77name = " instamatic"
8- version = " 2.0.0 "
8+ version = " 2.0.1 "
99description = " Python program for automated electron diffraction data collection"
1010readme = " README.md"
1111requires-python = " >=3.7"
Original file line number Diff line number Diff line change 99# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
1010"""
1111
12- __version__ = '2.0.0 '
12+ __version__ = '2.0.1 '
1313__title__ = 'instamatic'
1414__long_title__ = f'{ __title__ } v{ __version__ } '
1515__author__ = 'Stef Smeets'
You can’t perform that action at this time.
0 commit comments