From 05ef165d3b8f8c00d4ede7704d05808e9edf8eb9 Mon Sep 17 00:00:00 2001 From: Alexander Rodionov Date: Tue, 13 Jun 2023 10:14:40 +0400 Subject: [PATCH] bump version v1.15.0 -> v1.16.0 --- pipe21.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pipe21.py b/pipe21.py index 3c8e4a3..62567ab 100644 --- a/pipe21.py +++ b/pipe21.py @@ -3,7 +3,7 @@ import operator import re -__version__ = '1.15.0' +__version__ = '1.16.0' class B: diff --git a/pyproject.toml b/pyproject.toml index eb231ea..5fc19f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pipe21" -version = "1.15.0" +version = "1.16.0" authors = [ {name = "Alexander Rodionov", email = "tandav@tandav.me"}, ] @@ -38,7 +38,7 @@ build-backend = "setuptools.build_meta" # ============================================================================== [tool.bumpver] -current_version = "v1.15.0" +current_version = "v1.16.0" version_pattern = "vMAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true