Skip to content

Commit

Permalink
Bump to v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org committed Mar 3, 2024
1 parent f9e0b3f commit 2701ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ubump"
version = "0.1.10"
version = "0.1.11"
description = "Yet another bump tool"
keywords = ["bump", "bumpversion", "bump2version", "bump-version", "bumper", "bumping", "version", "versioning"]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion src/ubump/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from tomlkit.exceptions import TOMLKitError

NAME = "ubump"
VERSION = "v0.1.10"
VERSION = "v0.1.11"

DEFAULT_TEMPLATE = "${major}.${minor}.${patch}"

Expand Down

0 comments on commit 2701ec2

Please sign in to comment.