Skip to content

Commit 2350cab

Browse files
committed
Bump version to: 2.2.0
1 parent 8335778 commit 2350cab

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ doi: "10.5281/zenodo.1090388"
3232
license: "BSD-3-Clause"
3333
message: "If you use this software, please cite it using these metadata."
3434
title: Instamatic
35-
version: "2.1.1"
35+
version: "2.2.0"
3636
...

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.1.1"
8+
version = "2.2.0"
99
description = "Python program for automated electron diffraction data collection"
1010
readme = "readme.md"
1111
requires-python = ">=3.9"
@@ -165,7 +165,7 @@ quote-style = "single"
165165
indent-style = "space"
166166

167167
[tool.bumpversion]
168-
current_version = "2.1.1"
168+
current_version = "2.2.0"
169169

170170
[[tool.bumpversion.files]]
171171
filename = "src/instamatic/__init__.py"

src/instamatic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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'

0 commit comments

Comments
 (0)