From 1b538f0e5ecb0b3446b48c6783ace59c6fd9cb55 Mon Sep 17 00:00:00 2001 From: jvfe Date: Sun, 20 Dec 2020 11:14:26 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reconciler/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reconciler/__init__.py b/reconciler/__init__.py index 883eb71..3527d8d 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.1.5" +__version__ = "0.1.6" from reconciler.reconcile import reconcile diff --git a/setup.cfg b/setup.cfg index 77aafc0..43b0aa4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/setup.py b/setup.py index 07c7cf2..9dcae4c 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.1.5", + version="0.1.6", zip_safe=False, )