File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
6
6
[project ]
7
7
name = " instamatic"
8
- version = " 2.0.2 "
8
+ version = " 2.0.5 "
9
9
description = " Python program for automated electron diffraction data collection"
10
10
readme = " README.md"
11
11
requires-python = " >=3.7"
@@ -151,7 +151,7 @@ quote-style = "single"
151
151
indent-style = " space"
152
152
153
153
[tool .bumpversion ]
154
- current_version = " 2.0.2 "
154
+ current_version = " 2.0.5 "
155
155
156
156
[[tool .bumpversion .files ]]
157
157
filename = " src/instamatic/__init__.py"
Original file line number Diff line number Diff line change 9
9
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
10
10
"""
11
11
12
- __version__ = '2.0.2 '
12
+ __version__ = '2.0.5 '
13
13
__title__ = 'instamatic'
14
14
__long_title__ = f'{ __title__ } v{ __version__ } '
15
15
__author__ = 'Stef Smeets'
You can’t perform that action at this time.
0 commit comments