Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cereal2nd committed May 5, 2023
1 parent da34493 commit 54151f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ requires = ["setuptools", "wheel"]
[project]
name = "velbus-aio"
license = {text = "MIT"}
version = "2023.5.0"
description = "Open-source home automation platform running on Python 3."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -45,7 +46,7 @@ include-package-data = true
exclude = ["tests", "tests.*", "examples"]

[tool.bumpver]
current_version = "2023.2.0"
current_version = "2023.5.0"
version_pattern = "YYYY.MM.INC0"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand All @@ -54,6 +55,7 @@ push = true

[tool.bumpver.file_patterns]
"pyproject.toml" = [
'version = "{version}"',
'current_version = "{version}"',
]
"setup.py" = [
Expand Down

0 comments on commit 54151f2

Please sign in to comment.