Skip to content

Commit

Permalink
Bump version to: 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Jun 17, 2024
1 parent 920111f commit 6fb0b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
[project]
name = "instamatic"
version = "2.0.2"
version = "2.0.5"
description = "Python program for automated electron diffraction data collection"
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -151,7 +151,7 @@ quote-style = "single"
indent-style = "space"

[tool.bumpversion]
current_version = "2.0.2"
current_version = "2.0.5"

[[tool.bumpversion.files]]
filename = "src/instamatic/__init__.py"
Expand Down
2 changes: 1 addition & 1 deletion src/instamatic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
"""

__version__ = '2.0.2'
__version__ = '2.0.5'
__title__ = 'instamatic'
__long_title__ = f'{__title__} v{__version__}'
__author__ = 'Stef Smeets'
Expand Down

0 comments on commit 6fb0b1e

Please sign in to comment.