File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ keywords:
35
35
- molecular dynamics
36
36
- batteries
37
37
license : Apache-2.0
38
- version : 1.0.1
38
+ version : 1.1.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
6
6
[project ]
7
7
name = " GEMDAT"
8
- version = " 1.0.1 "
8
+ version = " 1.1.0 "
9
9
description = " Generalized Molecular Dynamics Analysis Tool"
10
10
readme = " README.md"
11
11
requires-python = " >=3.10"
@@ -104,7 +104,7 @@ allow_redefinition = true
104
104
ignore_missing_imports = true
105
105
106
106
[tool .bumpversion ]
107
- current_version = " 1.0.1 "
107
+ current_version = " 1.1.0 "
108
108
109
109
[[tool .bumpversion .files ]]
110
110
filename = " src/gemdat/__init__.py"
Original file line number Diff line number Diff line change 8
8
from .transitions import Transitions
9
9
from .volume import Volume , trajectory_to_volume
10
10
11
- __version__ = '1.0.1 '
11
+ __version__ = '1.1.0 '
12
12
__all__ = [
13
13
'Jumps' ,
14
14
'load_known_material' ,
You can’t perform that action at this time.
0 commit comments