diff --git a/setup.py b/setup.py index f1ccb0d..669c5f2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name = 'databay', packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests", "examples", "docs", "out", "dist"]), - version = '0.1.0-alpha.4', + version = '0.1.0-alpha.5', license='Apache-2.0', description = 'Databay is a Python interface for scheduled data transfer. It facilitates transfer of (any) data from A to B, on a scheduled interval.', long_description=long_description, @@ -16,7 +16,7 @@ author = 'Voy Zan', author_email = 'voy1982@yahoo.co.uk', url = 'https://github.com/Voyz/databay', - download_url = 'https://github.com/Voyz/databay/archive/v0.1.0-alpha.4.tar.gz', + download_url = 'https://github.com/Voyz/databay/archive/v0.1.0-alpha.5.tar.gz', keywords = ['data transfer', 'data production', 'data consumption', 'schedule', 'scheduled data transfer', 'scheduled transfer', 'data flow', 'repeated data transfer'], install_requires=[ 'APScheduler<4.0.0',