From ef91ff383966885374695c327fa6015f9cfbc364 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 5 Oct 2023 13:35:57 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.6=20=E2=86=92=200.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c_formatter_42/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/c_formatter_42/__init__.py b/c_formatter_42/__init__.py index 01ef120..6cd38b7 100644 --- a/c_formatter_42/__init__.py +++ b/c_formatter_42/__init__.py @@ -1 +1 @@ -__version__ = "0.2.6" +__version__ = "0.2.7" diff --git a/setup.cfg b/setup.cfg index 1ba54db..9c4a51e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6 +current_version = 0.2.7 tag = true commit = true @@ -10,7 +10,7 @@ parse = __version__ = (?P\d+)\.(?P\d+)\.(?P\d+) [metadata] name = c_formatter_42 -version = 0.2.6 +version = 0.2.7 description = formatting tool complient with 42 school's norm long_description = file: README.md long_description_content_type = text/markdown