Open risner opened 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.",
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.",