From 6de360050b69a8f9035ec4471a7f8402cd266912 Mon Sep 17 00:00:00 2001 From: jvfe Date: Mon, 31 May 2021 19:00:40 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reconciler/__init__.py | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/reconciler/__init__.py b/reconciler/__init__.py index 81c32f4..b39abbf 100644 --- a/reconciler/__init__.py +++ b/reconciler/__init__.py @@ -3,6 +3,6 @@ name = "reconciler" __author__ = """João Vitor F. Cavalcante""" __email__ = "jvfe@ufrn.edu.br" -__version__ = "0.2.0" +__version__ = "0.2.1" from reconciler.main import reconcile diff --git a/setup.cfg b/setup.cfg index 7a2d3c7..ebea878 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True @@ -16,4 +16,3 @@ universal = 1 [aliases] test = pytest - diff --git a/setup.py b/setup.py index 52676f5..7657644 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ "Documentation": "https://jvfe.github.io/reconciler/", "Source Code": "https://github.com/jvfe/reconciler", }, - version="0.2.0", + version="0.2.1", zip_safe=False, )