Skip to content

Commit 6fb0b1e

Browse files
committed
Bump version to: 2.0.5
1 parent 920111f commit 6fb0b1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
66
[project]
77
name = "instamatic"
8-
version = "2.0.2"
8+
version = "2.0.5"
99
description = "Python program for automated electron diffraction data collection"
1010
readme = "README.md"
1111
requires-python = ">=3.7"
@@ -151,7 +151,7 @@ quote-style = "single"
151151
indent-style = "space"
152152

153153
[tool.bumpversion]
154-
current_version = "2.0.2"
154+
current_version = "2.0.5"
155155

156156
[[tool.bumpversion.files]]
157157
filename = "src/instamatic/__init__.py"

src/instamatic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
1010
"""
1111

12-
__version__ = '2.0.2'
12+
__version__ = '2.0.5'
1313
__title__ = 'instamatic'
1414
__long_title__ = f'{__title__} v{__version__}'
1515
__author__ = 'Stef Smeets'

0 commit comments

Comments
 (0)