Skip to content

Commit

Permalink
Bump version to: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Jun 6, 2024
1 parent 493612e commit b8fd840
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ identifiers:
- type: doi
value: 10.5281/zenodo.8401669
license: Apache-2.0
version: 1.2.1
version: 1.3.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Check out our [Contributing Guidelines](CONTRIBUTING.md#Getting-started-with-dev

## How to Cite

- 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)
- 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)

## Credits

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
[project]
name = "GEMDAT"
version = "1.2.1"
version = "1.3.0"
description = "Generalized Molecular Dynamics Analysis Tool"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -111,7 +111,7 @@ allow_redefinition = true
ignore_missing_imports = true

[tool.bumpversion]
current_version = "1.2.1"
current_version = "1.3.0"

[[tool.bumpversion.files]]
filename = "src/gemdat/__init__.py"
Expand Down
2 changes: 1 addition & 1 deletion src/gemdat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .transitions import Transitions
from .volume import Volume, trajectory_to_volume

__version__ = '1.2.1'
__version__ = '1.3.0'
__all__ = [
'Jumps',
'load_known_material',
Expand Down

0 comments on commit b8fd840

Please sign in to comment.