diff --git a/reconciler/__init__.py b/reconciler/__init__.py index 37a1796..0d0483d 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.3" +__version__ = "0.1.4" from reconciler.reconcile import reconcile diff --git a/setup.cfg b/setup.cfg index bdacf58..8ae2a66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True diff --git a/setup.py b/setup.py index 3004e87..2cfd2ed 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/jvfe/reconciler", - version="0.1.3", + version="0.1.4", zip_safe=False, )