From 052e3b8b13e90e2a90f7a6a801642446062fa913 Mon Sep 17 00:00:00 2001 From: boguta_m Date: Mon, 22 Sep 2014 16:10:52 +0200 Subject: [PATCH] updated for PyPI upload --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ba95d0..c3ce1b1 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name= "Shiba", packages= ["Shiba"], - version = "1.0", + version = "1.1", description= "A Python API for PriceMinister WebServices", author= "Maxime Boguta", author_email= "maxime.boguta@epitech.eu",