From 319a0d9574f47a2ff23cbce197bf412f5000d6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Carri=C3=B3n?= Date: Mon, 15 Jul 2019 08:12:36 +0200 Subject: [PATCH] bump version to 0.6.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d20409f..e60ac54 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ author="Daniel CarriĆ³n", author_email="dani@computados.com", description="Generic REST client for Python", - version="0.6.11", + version="0.6.12", license="MIT", url="https://github.com/danicarrion/pyrestcli", install_requires=['requests>=2.10.0', 'python-dateutil>=2.5.3', 'future>=0.15.2'],