diff --git a/CITATION.cff b/CITATION.cff index d3c1e5d..b347d07 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -41,4 +41,4 @@ identifiers: - type: doi value: 10.5281/zenodo.8401669 license: Apache-2.0 -version: 1.2.1 +version: 1.3.0 diff --git a/README.md b/README.md index 7cc4d16..1a1ec46 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index fcd1678..cbbe970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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" diff --git a/src/gemdat/__init__.py b/src/gemdat/__init__.py index 22c55d0..eb63019 100644 --- a/src/gemdat/__init__.py +++ b/src/gemdat/__init__.py @@ -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',