From ebdc1336d73b02294f6e1049cc5880e2f42cb6b1 Mon Sep 17 00:00:00 2001 From: boguta_m Date: Wed, 24 Sep 2014 13:34:36 +0200 Subject: [PATCH] omitted setup.py file... --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 584ed91..0fb66b8 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,11 @@ setup(name= "Shiba", packages= ["shiba"], - version = "1.1.1", + version = "1.1.1.01", description= "A Python API for PriceMinister WebServices", author= "Maxime Boguta", author_email= "maxime.boguta@epitech.eu", url= "https://github.com/ShibaAPI/shiba", - download_url= "https://github.com/ShibaAPI/shiba/tarball/1.1.1", + download_url= "https://github.com/ShibaAPI/shiba/tarball/1.1.01", keywords= ["api", "priceminister", "python", "webservices"], install_requires=["requests", "xmltodict", "lxml"],)