Skip to content

Commit d616ce1

Browse files
committed
Bump version to: 1.1.0
1 parent 06d27ec commit d616ce1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ keywords:
3535
- molecular dynamics
3636
- batteries
3737
license: Apache-2.0
38-
version: 1.0.1
38+
version: 1.1.0

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
66
[project]
77
name = "GEMDAT"
8-
version = "1.0.1"
8+
version = "1.1.0"
99
description = "Generalized Molecular Dynamics Analysis Tool"
1010
readme = "README.md"
1111
requires-python = ">=3.10"
@@ -104,7 +104,7 @@ allow_redefinition = true
104104
ignore_missing_imports = true
105105

106106
[tool.bumpversion]
107-
current_version = "1.0.1"
107+
current_version = "1.1.0"
108108

109109
[[tool.bumpversion.files]]
110110
filename = "src/gemdat/__init__.py"

src/gemdat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .transitions import Transitions
99
from .volume import Volume, trajectory_to_volume
1010

11-
__version__ = '1.0.1'
11+
__version__ = '1.1.0'
1212
__all__ = [
1313
'Jumps',
1414
'load_known_material',

0 commit comments

Comments
 (0)