We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0989d43 commit 0e52661Copy full SHA for 0e52661
setup.py
@@ -26,7 +26,7 @@ def get_data_files(kind: str) -> list:
26
long_description=long_description,
27
long_description_content_type="text/markdown",
28
url="https://github.com/cjer/bclm",
29
- download_url="https://github.com/cjer/bclm/archive/refs/tags/v1.0.0-alpha.tar.gz",
+ download_url="https://github.com/cjer/bclm/archive/refs/tags/v1.0.0-beta.tar.gz",
30
packages=['bclm', 'bclm/data'],
31
package_data={'bclm': get_data_files('data'), 'bclm/data': get_data_files('yap')},
32
install_requires=['pandas',
0 commit comments