From 31536714184644d0cc627692881dfb04cb98b0d2 Mon Sep 17 00:00:00 2001 From: "Github Action (publish.yaml)" Date: Mon, 8 Jan 2024 09:24:46 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.4=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 a8386a71..9bb43535 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -35,4 +35,4 @@ keywords: - molecular dynamics - batteries license: Apache-2.0 -version: 0.9.4 +version: 1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 7452496c..00b5b9f1 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 = "0.9.4" +version = "1.0.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 = "0.9.4" +current_version = "1.0.0" [[tool.bumpversion.files]] filename = "src/gemdat/__init__.py" diff --git a/src/gemdat/__init__.py b/src/gemdat/__init__.py index cfa4b0f6..871217e4 100644 --- a/src/gemdat/__init__.py +++ b/src/gemdat/__init__.py @@ -7,7 +7,7 @@ from .trajectory import Trajectory from .volume import Volume, trajectory_to_volume -__version__ = '0.9.4' +__version__ = '1.0.0' __all__ = [ 'read_cif', 'load_known_material',