Skip to content

Commit 563da15

Browse files
committed
Bump version 1.10.0 -> 2.0.0
1 parent 6aca8af commit 563da15

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.bumpversion.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[bumpversion]
2-
current_version = 1.10.0
2+
current_version = 2.0.0
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
66

7-
[bumpversion:file:instamatic/__init__.py]
7+
[bumpversion:file:src/instamatic/__init__.py]
88
search = __version__ = '{current_version}'
99
replace = __version__ = '{new_version}'
1010

11-
[bumpversion:file:setup.cfg]
12-
search = version = {current_version}
13-
replace = version = {new_version}
11+
[bumpversion:file:pyproject.toml]
12+
search = version = "{current_version}"
13+
replace = version = "{new_version}"
1414

1515
[bumpversion:file:CITATION.cff]
1616
search = version: "{current_version}"

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: "1.10.0"
30+
version: "2.0.0"
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 = "1.10.0"
8+
version = "2.0.0"
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__ = '1.10.0'
12+
__version__ = '2.0.0'
1313
__title__ = 'instamatic'
1414
__long_title__ = f'{__title__} v{__version__}'
1515
__author__ = 'Stef Smeets'

0 commit comments

Comments
 (0)