Skip to content

Commit 4d83eff

Browse files
committed
v0.1.0-alpha.5
1 parent 275ef41 commit 4d83eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
setup(
99
name = 'databay',
1010
packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests", "examples", "docs", "out", "dist"]),
11-
version = '0.1.0-alpha.4',
11+
version = '0.1.0-alpha.5',
1212
license='Apache-2.0',
1313
description = 'Databay is a Python interface for scheduled data transfer. It facilitates transfer of (any) data from A to B, on a scheduled interval.',
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
author = 'Voy Zan',
1717
author_email = '[email protected]',
1818
url = 'https://github.com/Voyz/databay',
19-
download_url = 'https://github.com/Voyz/databay/archive/v0.1.0-alpha.4.tar.gz',
19+
download_url = 'https://github.com/Voyz/databay/archive/v0.1.0-alpha.5.tar.gz',
2020
keywords = ['data transfer', 'data production', 'data consumption', 'schedule', 'scheduled data transfer', 'scheduled transfer', 'data flow', 'repeated data transfer'],
2121
install_requires=[
2222
'APScheduler<4.0.0',

0 commit comments

Comments
 (0)