We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def1e05 commit 3155353Copy full SHA for 3155353
1 file changed
setup.py
@@ -6,14 +6,14 @@
6
setup(
7
name = 'dendrogram_ts',
8
packages = ['dendrogram_ts'],
9
- version = '0.1.0-beta.6',
+ version = '0.1.0-beta.7',
10
license='MIT',
11
description = "Plotting time-series graphs in scipy's dendrogram",
12
long_description = readme,
13
author = 'Jake Teo',
14
author_email = 'mapattacker@gmail.com',
15
url = 'https://github.com/mapattacker/dendrogram-ts',
16
- download_url = 'https://github.com/mapattacker/dendrogram-ts/archive/refs/tags/v0.1.0-beta.6.tar.gz',
+ download_url = 'https://github.com/mapattacker/dendrogram-ts/archive/refs/tags/v0.1.0-beta.7.tar.gz',
17
keywords = ['dendrogram', 'agglomerative clustering', 'timeseries'],
18
install_requires=[
19
'pandas==1.2.*',
0 commit comments