Skip to content

Commit 8a71072

Browse files
committed
bump version 0.0.1 -> 0.1.0
1 parent af7561a commit 8a71072

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pretix_pix_manual/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ include = ["pretix*"]
4848
namespaces = false
4949

5050
[tool.bumpver]
51-
current_version = "0.0.1"
51+
current_version = "0.1.0"
5252
version_pattern = "MAJOR.MINOR.PATCH"
5353
commit_message = "bump version {old_version} -> {new_version}"
5454
tag_message = "{new_version}"

0 commit comments

Comments
 (0)