Skip to content

Commit 0e52661

Browse files
authored
Update setup.py
1 parent 0989d43 commit 0e52661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_data_files(kind: str) -> list:
2626
long_description=long_description,
2727
long_description_content_type="text/markdown",
2828
url="https://github.com/cjer/bclm",
29-
download_url="https://github.com/cjer/bclm/archive/refs/tags/v1.0.0-alpha.tar.gz",
29+
download_url="https://github.com/cjer/bclm/archive/refs/tags/v1.0.0-beta.tar.gz",
3030
packages=['bclm', 'bclm/data'],
3131
package_data={'bclm': get_data_files('data'), 'bclm/data': get_data_files('yap')},
3232
install_requires=['pandas',

0 commit comments

Comments
 (0)