From 99ee33ae718aacc014faf8d09b6883f2c9d85c98 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 17 Sep 2023 17:17:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.5=20=E2=86=92=200.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c_formatter_42/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c_formatter_42/__init__.py b/c_formatter_42/__init__.py index fe404ae..01ef120 100644 --- a/c_formatter_42/__init__.py +++ b/c_formatter_42/__init__.py @@ -1 +1 @@ -__version__ = "0.2.5" +__version__ = "0.2.6" diff --git a/setup.cfg b/setup.cfg index 4560554..e608298 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 tag = true commit = true