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.1 "
35+ version : " 2.2.0 "
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.1 "
8+ version = " 2.2.0 "
99description = " Python program for automated electron diffraction data collection"
1010readme = " readme.md"
1111requires-python = " >=3.9"
@@ -165,7 +165,7 @@ quote-style = "single"
165165indent-style = " space"
166166
167167[tool .bumpversion ]
168- current_version = " 2.1.1 "
168+ current_version = " 2.2.0 "
169169
170170[[tool .bumpversion .files ]]
171171filename = " src/instamatic/__init__.py"
Original file line number Diff line number Diff line change 1111# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
1212"""
1313
14- __version__ = '2.1.1 '
14+ __version__ = '2.2.0 '
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