Skip to content

Commit

Permalink
Bump version: 0.9.4 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v1kko committed Jan 8, 2024
1 parent f6251e6 commit 3153671
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ keywords:
- molecular dynamics
- batteries
license: Apache-2.0
version: 0.9.4
version: 1.0.0
4 changes: 2 additions & 2 deletions 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.4"
version = "1.0.0"
description = "Generalized Molecular Dynamics Analysis Tool"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -104,7 +104,7 @@ allow_redefinition = true
ignore_missing_imports = true

[tool.bumpversion]
current_version = "0.9.4"
current_version = "1.0.0"

[[tool.bumpversion.files]]
filename = "src/gemdat/__init__.py"
Expand Down
2 changes: 1 addition & 1 deletion src/gemdat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .trajectory import Trajectory
from .volume import Volume, trajectory_to_volume

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

0 comments on commit 3153671

Please sign in to comment.