Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
v1kko committed Jul 11, 2023
1 parent 3a83fb4 commit b6d6f98
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.0.0
current_version = 0.0.1

[bumpversion:file:src/__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.0.0
version: 0.0.1
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.0.0"
version = "0.0.1"
description = "Generalized Molecular Dynamics Analysis Tool"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .data import SimulationData
from .plot import plot, plot_all

__version__ = '0.0.0'
__version__ = '0.0.1'
__all__ = [
'plot',
'plot_all',
Expand Down

0 comments on commit b6d6f98

Please sign in to comment.