File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ doi: "10.5281/zenodo.1090388"
3232license : " BSD-3-Clause"
3333message : " If you use this software, please cite it using these metadata."
3434title : Instamatic
35- version : " 2.1.0 "
35+ version : " 2.1.1 "
3636...
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.1.0 "
8+ version = " 2.1.1 "
99description = " Python program for automated electron diffraction data collection"
1010readme = " readme.md"
1111requires-python = " >=3.7"
@@ -155,7 +155,7 @@ quote-style = "single"
155155indent-style = " space"
156156
157157[tool .bumpversion ]
158- current_version = " 2.1.0 "
158+ current_version = " 2.1.1 "
159159
160160[[tool .bumpversion .files ]]
161161filename = " src/instamatic/__init__.py"
Original file line number Diff line number Diff line change 1111# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
1212"""
1313
14- __version__ = '2.1.0 '
14+ __version__ = '2.1.1 '
1515__title__ = 'instamatic'
1616__long_title__ = f'{ __title__ } v{ __version__ } '
1717__author__ = 'Stef Smeets'
You can’t perform that action at this time.
0 commit comments