Skip to content

Commit

Permalink
Bump version to: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Apr 8, 2024
1 parent 482780d commit 119c7c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ keywords:
- molecular dynamics
- batteries
license: Apache-2.0
version: 1.1.0
version: 1.2.1
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.1.0"
version = "1.2.1"
description = "Generalized Molecular Dynamics Analysis Tool"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -104,7 +104,7 @@ allow_redefinition = true
ignore_missing_imports = true

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

[[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 @@ -9,7 +9,7 @@
from .transitions import Transitions
from .volume import Volume, trajectory_to_volume

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

0 comments on commit 119c7c1

Please sign in to comment.