From a9325687b2d73e853d7ed2d4b4b156046bb3a065 Mon Sep 17 00:00:00 2001 From: Sebastien Perez Date: Tue, 3 Nov 2015 11:46:09 +0100 Subject: [PATCH] New release --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 50cd363..265f43e 100644 --- a/setup.py +++ b/setup.py @@ -5,15 +5,15 @@ ] setup( - name = 'travel_intelligence', + name = 'travel-intelligence', packages = ['travel_intelligence'], # this must be the same as the name above - version = '0.10', + version = '0.11', install_requires=requirements, description = 'A wrapper around the travel-intelligence Web Service API', author = 'Sebastien Perez', author_email = 'sebastien.perez@amadeus.com', url = 'https://github.com/travel-intelligence/TIpy', # use the URL to the github repo - download_url = 'https://github.com/travel-intelligence/TIpy/tarball/0.10', # I'll explain this in a second + download_url = 'https://github.com/travel-intelligence/TIpy/tarball/0.11', # I'll explain this in a second keywords = ['travel', 'intelligence', 'business', 'api', 'web services'], # arbitrary keywords classifiers = [], )