From e203743afbfc7439815fa6cb6804d3041c07ba0f Mon Sep 17 00:00:00 2001 From: Nekmo Date: Sun, 15 Oct 2023 22:04:59 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=200.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pip_rating/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pip_rating/__init__.py b/pip_rating/__init__.py index e9187fb..cfdc3e8 100644 --- a/pip_rating/__init__.py +++ b/pip_rating/__init__.py @@ -5,4 +5,4 @@ project_name = "pip-rating" __author__ = """Nekmo""" __email__ = "contacto@nekmo.com" -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/setup.cfg b/setup.cfg index 735863c..92980e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True