Chia-Network / clvm

[Contract Language|Chia Lisp] Virtual Machine
Apache License 2.0
86 stars 35 forks source link

verision needed in setup() inside setup.py #93

Open risner opened 3 years ago

risner commented 3 years ago

Please add a version number in the setup() block in the setup.py file. This fixed issues when installed showing site-packages with -0.0.0- instead of -0.9.6- for the version.

setup( name="clvm", + version="0.9.6", packages=["clvm",], author="Chia Network, Inc.",