From d616ce1022419d7ef1d17968a3dd151488f2e260 Mon Sep 17 00:00:00 2001 From: "Github Action (publish.yaml)" Date: Tue, 20 Feb 2024 10:11:50 +0000 Subject: [PATCH] Bump version to: 1.1.0 --- CITATION.cff | 2 +- pyproject.toml | 4 ++-- src/gemdat/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index af5342da..0065676d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -35,4 +35,4 @@ keywords: - molecular dynamics - batteries license: Apache-2.0 -version: 1.0.1 +version: 1.1.0 diff --git a/pyproject.toml b/pyproject.toml index 317c67db..d24d2f36 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.0.1" +version = "1.1.0" description = "Generalized Molecular Dynamics Analysis Tool" readme = "README.md" requires-python = ">=3.10" @@ -104,7 +104,7 @@ allow_redefinition = true ignore_missing_imports = true [tool.bumpversion] -current_version = "1.0.1" +current_version = "1.1.0" [[tool.bumpversion.files]] filename = "src/gemdat/__init__.py" diff --git a/src/gemdat/__init__.py b/src/gemdat/__init__.py index 289fc0bb..ee3b51d9 100644 --- a/src/gemdat/__init__.py +++ b/src/gemdat/__init__.py @@ -8,7 +8,7 @@ from .transitions import Transitions from .volume import Volume, trajectory_to_volume -__version__ = '1.0.1' +__version__ = '1.1.0' __all__ = [ 'Jumps', 'load_known_material',