Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Perez committed Nov 2, 2015
1 parent df991df commit 03581f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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 = [],
)

0 comments on commit 03581f7

Please sign in to comment.