From 0b60e0f39098ef9298b5794321cd3cb8cee94070 Mon Sep 17 00:00:00 2001 From: Martin Moss Date: Tue, 17 Sep 2024 11:47:19 +0100 Subject: [PATCH] =?UTF-8?q?:bookmark:=20[ci=20skip]=20Bump=20version:=200.?= =?UTF-8?q?1.10=20=E2=86=92=200.1.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index dc8edfc..828d67c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.10 +current_version = 0.1.11 commit = True tag = True message = :bookmark: [ci skip] Bump version: {current_version} → {new_version} diff --git a/setup.py b/setup.py index 93ece99..aec41b7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="gitfeatures", - version="0.1.10", + version="0.1.11", packages=["gitfeatures"], license="MIT", long_description=long_description,