Skip to content

Commit

Permalink
Bump version: 0.0.10-dev → 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Maik Jablonka committed Dec 16, 2022
1 parent d091790 commit c6fcdaf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[bumpversion]
current_version = 0.0.10-dev
current_version = 0.0.10
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
serialize =
{major}.{minor}.{patch}-{release}+{build}
{major}.{minor}.{patch}+{build}
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
{major}.{minor}.{patch}-{release}+{build}
{major}.{minor}.{patch}+{build}
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = production
first_value = dev
values =
dev
production
dev
production

[bumpverion:part:build]
values = [0-9A-Za-z-]+
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name=pyeqeq
version=0.0.10-dev
version=0.0.10
description=Charge equilibration method for crystal structures
long_description=file: README.md
long_description_content_type=text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/pyeqeq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"get_git_hash",
]

VERSION = "0.0.10-dev"
VERSION = "0.0.10"


def get_git_hash() -> str:
Expand Down

0 comments on commit c6fcdaf

Please sign in to comment.