Skip to content

Commit a8c7674

Browse files
committed
Bump version to: 1.6.2
1 parent 63a221c commit a8c7674

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ identifiers:
4949
- type: doi
5050
value: 10.5281/zenodo.8401669
5151
license: Apache-2.0
52-
version: 1.6.1
52+
version: 1.6.2

README.md

Lines changed: 1 addition & 1 deletion
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-
- V. Azizi, S. Smeets, A. K. Lavrinenko, S. Ciarella, T. Famprikis, V. Landgraf, & A. Vasileiadis. GEMDAT (Version 1.6.1) [Computer software]. https://github.com/GEMDAT-repos/GEMDAT, doi: [10.5281/zenodo.8401669](https://dx.doi.org/10.5281/zenodo.8401669)
95+
- V. Azizi, S. Smeets, A. K. Lavrinenko, S. Ciarella, T. Famprikis, V. Landgraf, & A. Vasileiadis. GEMDAT (Version 1.6.2) [Computer software]. https://github.com/GEMDAT-repos/GEMDAT, doi: [10.5281/zenodo.8401669](https://dx.doi.org/10.5281/zenodo.8401669)
9696

9797
## Dissemination
9898

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 = "GEMDAT"
8-
version = "1.6.1"
8+
version = "1.6.2"
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.6.1"
114+
current_version = "1.6.2"
115115

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

src/gemdat/__init__.py

Lines changed: 1 addition & 1 deletion
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.6.1'
13+
__version__ = '1.6.2'
1414
__all__ = [
1515
'Jumps',
1616
'load_known_material',

0 commit comments

Comments
 (0)