Skip to content

Commit

Permalink
Bump to v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org committed Feb 26, 2024
1 parent 1011f15 commit e500807
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.9"
version = "0.1.10"
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 @@ -18,7 +18,7 @@
from tomlkit.exceptions import TOMLKitError

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

logging.basicConfig(level=logging.INFO, format="%(levelname)s - %(message)s")
logger = logging.getLogger(NAME)
Expand Down

0 comments on commit e500807

Please sign in to comment.