diff --git a/setup.py b/setup.py index 63bbee7..2820fd3 100644 --- a/setup.py +++ b/setup.py @@ -17,12 +17,12 @@ 'uoftscrapers.scrapers.parking', 'uoftscrapers.scrapers.shuttle' ], - version = '0.4.4', + version = '0.4.5', description = 'University of Toronto public web scraping scripts.', author = 'Qasim Iqbal', author_email = 'me@qas.im', url = 'https://github.com/cobalt-io/uoft-scrapers', - download_url = 'https://github.com/cobalt-uoft/uoft-scrapers/tarball/0.4.4', + download_url = 'https://github.com/cobalt-uoft/uoft-scrapers/tarball/0.4.5', package_data = {'': ['LICENSE.md']}, package_dir = {'uoftscrapers': 'uoftscrapers'}, include_package_data = True,