Skip to content

Commit

Permalink
Bump version v1.0.0b6 -> v1.0.0b7.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 14, 2024
1 parent 2108585 commit 645ff66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiida_nanotech_empa/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
"""This module contains project version information."""

__version__ = "1.0.0b6"
__version__ = "1.0.0b7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dev = [
slurm_ethz_euler = "aiida_nanotech_empa.schedulers:ETHZEulerSlurmScheduler"

[tool.bumpver]
current_version = "v1.0.0b6"
current_version = "v1.0.0b7"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}."
commit = true
Expand Down

0 comments on commit 645ff66

Please sign in to comment.