Skip to content

Commit

Permalink
Bump version: 0.9.3 → 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
v1kko committed Nov 17, 2023
1 parent c78696d commit 7e48aa5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.3
current_version = 0.9.4

[bumpversion:file:src/gemdat/__init__.py]
search = __version__ = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ keywords:
- molecular dynamics
- batteries
license: Apache-2.0
version: 0.9.3
version: 0.9.4
2 changes: 1 addition & 1 deletion 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 = "0.9.3"
version = "0.9.4"
description = "Generalized Molecular Dynamics Analysis Tool"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/gemdat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .trajectory import Trajectory
from .volume import trajectory_to_volume

__version__ = '0.9.3'
__version__ = '0.9.4'
__all__ = [
'read_cif',
'load_known_material',
Expand Down

0 comments on commit 7e48aa5

Please sign in to comment.