Skip to content

Commit 01d354d

Browse files
committed
Bump version to 2.0.1
1 parent c48a775 commit 01d354d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.0.1
33

44
[comment]
55
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ doi: "10.5281/zenodo.1090388"
2727
license: "BSD-3-Clause"
2828
message: "If you use this software, please cite it using these metadata."
2929
title: Instamatic
30-
version: "2.0.0"
30+
version: "2.0.1"
3131
...

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0"
8+
version = "2.0.1"
99
description = "Python program for automated electron diffraction data collection"
1010
readme = "README.md"
1111
requires-python = ">=3.7"

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.0'
12+
__version__ = '2.0.1'
1313
__title__ = 'instamatic'
1414
__long_title__ = f'{__title__} v{__version__}'
1515
__author__ = 'Stef Smeets'

0 commit comments

Comments
 (0)