Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sysid committed Mar 17, 2024
1 parent fd4ed38 commit 4e6e245
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "prepembd"
version = "0.1.0"
version = "0.1.1"
description = "Default template for PDM package"
authors = [
{name = "sysid", email = "sysid@gmx.de"},
Expand Down Expand Up @@ -37,7 +37,7 @@ dev = [
tokenize = "prepembd.bin.tokenize:app"

[tool.bumpversion]
current_version = "0.1.0"
current_version = "0.1.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/prepembd/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 4e6e245

Please sign in to comment.