From ae54efe12dc21cc028572eab92c74b0e436e7632 Mon Sep 17 00:00:00 2001 From: vd <33198864+vd2org@users.noreply.github.com> Date: Sun, 3 Mar 2024 23:50:16 +0400 Subject: [PATCH] Bump to v0.1.14 --- pyproject.toml | 2 +- src/ubump/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 32d602c..bfb9cc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ubump" -version = "0.1.13" +version = "0.1.14" 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 b61db3d..a28153c 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.13" +VERSION = "v0.1.14" DEFAULT_TEMPLATE = "${major}.${minor}.${patch}"