Skip to content

Commit aedced0

Browse files
committed
Bump version: 0.9.2 → 0.9.3
1 parent e7188b5 commit aedced0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.2
2+
current_version = 0.9.3
33

44
[bumpversion:file:src/gemdat/__init__.py]
55
search = __version__ = '{current_version}'

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ keywords:
2727
- molecular dynamics
2828
- batteries
2929
license: Apache-2.0
30-
version: 0.9.2
30+
version: 0.9.3

pyproject.toml

+1-1
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 = "0.9.2"
8+
version = "0.9.3"
99
description = "Generalized Molecular Dynamics Analysis Tool"
1010
readme = "README.md"
1111
requires-python = ">=3.10"

src/gemdat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .trajectory import Trajectory
77
from .volume import trajectory_to_volume
88

9-
__version__ = '0.9.2'
9+
__version__ = '0.9.3'
1010
__all__ = [
1111
'read_cif',
1212
'load_known_material',

0 commit comments

Comments
 (0)