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 = [], )