Skip to content

Commit b8fd840

Browse files
committed
Bump version to: 1.3.0
1 parent 493612e commit b8fd840

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ identifiers:
4141
- type: doi
4242
value: 10.5281/zenodo.8401669
4343
license: Apache-2.0
44-
version: 1.2.1
44+
version: 1.3.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Check out our [Contributing Guidelines](CONTRIBUTING.md#Getting-started-with-dev
9292

9393
## How to Cite
9494

95-
- Victor Azizi, Stef Smeets, Anastasiia K. Lavrinenko and Simone Ciarella. GEMDAT (Version 1.2.1) [Computer software]. https://github.com/GEMDAT-repos/GEMDAT, doi: [10.5281/zenodo.8401669](https://dx.doi.org/10.5281/zenodo.8401669)
95+
- Victor Azizi, Stef Smeets, Anastasiia K. Lavrinenko and Simone Ciarella. GEMDAT (Version 1.3.0) [Computer software]. https://github.com/GEMDAT-repos/GEMDAT, doi: [10.5281/zenodo.8401669](https://dx.doi.org/10.5281/zenodo.8401669)
9696

9797
## Credits
9898

pyproject.toml

+2-2
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 = "GEMDAT"
8-
version = "1.2.1"
8+
version = "1.3.0"
99
description = "Generalized Molecular Dynamics Analysis Tool"
1010
readme = "README.md"
1111
requires-python = ">=3.10"
@@ -111,7 +111,7 @@ allow_redefinition = true
111111
ignore_missing_imports = true
112112

113113
[tool.bumpversion]
114-
current_version = "1.2.1"
114+
current_version = "1.3.0"
115115

116116
[[tool.bumpversion.files]]
117117
filename = "src/gemdat/__init__.py"

src/gemdat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .transitions import Transitions
1111
from .volume import Volume, trajectory_to_volume
1212

13-
__version__ = '1.2.1'
13+
__version__ = '1.3.0'
1414
__all__ = [
1515
'Jumps',
1616
'load_known_material',

0 commit comments

Comments
 (0)