diff --git a/setup.py b/setup.py index cfdb4e7..bffb516 100644 --- a/setup.py +++ b/setup.py @@ -19,14 +19,14 @@ 'uoftscrapers.scrapers.events', 'uoftscrapers.scrapers.libraries' ], - version = '0.6.0', + version = '0.6.1', description = 'University of Toronto public web scraping scripts.', author = 'Qasim Iqbal', author_email = 'me@qas.im', maintainer = 'Qasim Iqbal', maintainer_email = 'me@qas.im', url = 'https://github.com/cobalt-uoft/uoft-scrapers', - download_url = 'https://github.com/cobalt-uoft/uoft-scrapers/tarball/0.6.0', + download_url = 'https://github.com/cobalt-uoft/uoft-scrapers/tarball/0.6.1', license = 'MIT', package_data = {'': ['LICENSE.md']}, package_dir = {'uoftscrapers': 'uoftscrapers'},