Skip to content

Commit

Permalink
bump version 2024.1.2 -> 2024.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cereal2nd committed Mar 15, 2024
1 parent dcdbfbc commit e2c7a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"]
[project]
name = "pyDuotecno"
license = {text = "Apache"}
version = "2024.1.2"
version = "2024.3.0"
description = "Open-source home automation platform running on Python 3."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -41,7 +41,7 @@ include-package-data = true
exclude = ["tests", "tests.*", "examples", "examples/*"]

[tool.bumpver]
current_version = "2024.1.2"
current_version = "2024.3.0"
version_pattern = "YYYY.MM.INC0"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit e2c7a40

Please sign in to comment.