We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904053e commit 9442a0dCopy full SHA for 9442a0d
setup.py
@@ -7,14 +7,14 @@
7
8
setup(
9
name="HSPiPy",
10
- version="0.0.4",
+ version="0.1",
11
author="Alejandro Gutierrez",
12
author_email="[email protected]",
13
description="Hansen Solubility Parameters in Python",
14
long_description=long_description,
15
long_description_content_type='text/markdown',
16
url="https://github.com/Gnpd/HSPiPy",
17
- download_url="https://github.com/Gnpd/HSPiPy/releases/tag/0.0.4",
+ download_url="https://github.com/Gnpd/HSPiPy/archive/refs/tags/0.1.tar.gz",
18
classifiers=[
19
'Development Status :: 3 - Alpha',
20
'Intended Audience :: Developers',
0 commit comments