From 5325689b22c6ff13092d9a108318975909de60f7 Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Tue, 11 Nov 2014 23:10:12 +0300 Subject: [PATCH] bump version to 0.1.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d38ec3..626d7a7 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name='artifactory', - version='0.1.8', + version='0.1.9', py_modules=['artifactory'], license='MIT License', description='A Python to Artifactory interface',