File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.10 .0
2+ current_version = 2.0 .0
33
44[comment]
55comment = 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]
88search = __version__ = ' {current_version}'
99replace = __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]
1616search = version: " {current_version}"
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ doi: "10.5281/zenodo.1090388"
2727license : " BSD-3-Clause"
2828message : " If you use this software, please cite it using these metadata."
2929title : Instamatic
30- version : " 1.10 .0"
30+ version : " 2.0 .0"
3131...
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
66[project ]
77name = " instamatic"
8- version = " 1.10 .0"
8+ version = " 2.0 .0"
99description = " Python program for automated electron diffraction data collection"
1010readme = " README.md"
1111requires-python = " >=3.7"
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments