From 2701ec270a6c4d725b4af3a3e337cc76c06e6baa Mon Sep 17 00:00:00 2001 From: vd <33198864+vd2org@users.noreply.github.com> Date: Sun, 3 Mar 2024 23:21:11 +0400 Subject: [PATCH] Bump to v0.1.11 --- pyproject.toml | 2 +- src/ubump/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10ff097..569adb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/src/ubump/main.py b/src/ubump/main.py index 8b2d61d..21b3cc9 100644 --- a/src/ubump/main.py +++ b/src/ubump/main.py @@ -19,7 +19,7 @@ from tomlkit.exceptions import TOMLKitError NAME = "ubump" -VERSION = "v0.1.10" +VERSION = "v0.1.11" DEFAULT_TEMPLATE = "${major}.${minor}.${patch}"