Skip to content

Commit 3155353

Browse files
committed
change version
1 parent def1e05 commit 3155353

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
setup(
77
name = 'dendrogram_ts',
88
packages = ['dendrogram_ts'],
9-
version = '0.1.0-beta.6',
9+
version = '0.1.0-beta.7',
1010
license='MIT',
1111
description = "Plotting time-series graphs in scipy's dendrogram",
1212
long_description = readme,
1313
author = 'Jake Teo',
1414
author_email = 'mapattacker@gmail.com',
1515
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',
16+
download_url = 'https://github.com/mapattacker/dendrogram-ts/archive/refs/tags/v0.1.0-beta.7.tar.gz',
1717
keywords = ['dendrogram', 'agglomerative clustering', 'timeseries'],
1818
install_requires=[
1919
'pandas==1.2.*',

0 commit comments

Comments
 (0)