Skip to content

Commit

Permalink
Bump version: 0.9.2 → 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
v1kko committed Oct 23, 2023
1 parent e7188b5 commit aedced0
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.2
current_version = 0.9.3

[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.2
version: 0.9.3
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.2"
version = "0.9.3"
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.2'
__version__ = '0.9.3'
__all__ = [
'read_cif',
'load_known_material',
Expand Down

0 comments on commit aedced0

Please sign in to comment.