Skip to content

Commit 9442a0d

Browse files
committed
update setup.py
1 parent 904053e commit 9442a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
setup(
99
name="HSPiPy",
10-
version="0.0.4",
10+
version="0.1",
1111
author="Alejandro Gutierrez",
1212
author_email="[email protected]",
1313
description="Hansen Solubility Parameters in Python",
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',
1616
url="https://github.com/Gnpd/HSPiPy",
17-
download_url="https://github.com/Gnpd/HSPiPy/releases/tag/0.0.4",
17+
download_url="https://github.com/Gnpd/HSPiPy/archive/refs/tags/0.1.tar.gz",
1818
classifiers=[
1919
'Development Status :: 3 - Alpha',
2020
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)