From 03581f7e39749c3aab724bbaa1609e65ec149c4c Mon Sep 17 00:00:00 2001 From: Sebastien Perez Date: Mon, 2 Nov 2015 18:25:52 +0100 Subject: [PATCH] New release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1b68111..8177a1f 100644 --- a/setup.py +++ b/setup.py @@ -7,13 +7,13 @@ setup( name = 'travel-intelligence', packages = ['travel-intelligence'], # this must be the same as the name above - version = '0.2', + version = '0.3', 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.2', # I'll explain this in a second + download_url = 'https://github.com/travel-intelligence/TIpy/tarball/0.3', # I'll explain this in a second keywords = ['travel', 'intelligence', 'business', 'api', 'web services'], # arbitrary keywords classifiers = [], )