File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.2
2
+ current_version = 0.9.3
3
3
4
4
[bumpversion:file:src/gemdat/__init__.py]
5
5
search = __version__ = ' {current_version}'
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ keywords:
27
27
- molecular dynamics
28
28
- batteries
29
29
license : Apache-2.0
30
- version : 0.9.2
30
+ version : 0.9.3
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 = " 0.9.2 "
8
+ version = " 0.9.3 "
9
9
description = " Generalized Molecular Dynamics Analysis Tool"
10
10
readme = " README.md"
11
11
requires-python = " >=3.10"
Original file line number Diff line number Diff line change 6
6
from .trajectory import Trajectory
7
7
from .volume import trajectory_to_volume
8
8
9
- __version__ = '0.9.2 '
9
+ __version__ = '0.9.3 '
10
10
__all__ = [
11
11
'read_cif' ,
12
12
'load_known_material' ,
You can’t perform that action at this time.
0 commit comments