Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pwall2222 committed Nov 1, 2023
1 parent 2e4e875 commit c32e253
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
@@ -1,6 +1,6 @@
[project]
name = "ValLib"
version = "1.2.1"
version = "1.3.0"
readme = "README.md"
authors = [{ name = "PWall" }]
license = {text = "GPL-3.0"}
Expand All @@ -16,7 +16,7 @@ requires-python = ">=3.8"
Homepage = "https://github.com/ValUtils/ValLib"

[tool.bumpver]
current_version = "1.2.0"
current_version = "1.3.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "chore: version bump"
commit = true
Expand Down

0 comments on commit c32e253

Please sign in to comment.