Skip to content

Commit 4ee93ef

Browse files
committed
Bump version to: 2.1.1
1 parent 562b0ad commit 4ee93ef

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.0"
35+
version: "2.1.1"
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.0"
8+
version = "2.1.1"
99
description = "Python program for automated electron diffraction data collection"
1010
readme = "readme.md"
1111
requires-python = ">=3.7"
@@ -155,7 +155,7 @@ quote-style = "single"
155155
indent-style = "space"
156156

157157
[tool.bumpversion]
158-
current_version = "2.1.0"
158+
current_version = "2.1.1"
159159

160160
[[tool.bumpversion.files]]
161161
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.0'
14+
__version__ = '2.1.1'
1515
__title__ = 'instamatic'
1616
__long_title__ = f'{__title__} v{__version__}'
1717
__author__ = 'Stef Smeets'

0 commit comments

Comments
 (0)