From 51451204a48b63ae3b1f55edff40e3dd7159eb65 Mon Sep 17 00:00:00 2001 From: Nekmo Date: Mon, 7 Aug 2023 03:22:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= 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 38ae064..86aec13 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.1.0" +__version__ = "0.2.0" diff --git a/setup.cfg b/setup.cfg index 0c92f3e..23b7277 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True