-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version incorrectly reported (0.0.0) #42
Comments
There is no version in their setup.py file. report upstream? |
Should fix conda-forge/h5netcdf-feedstock#42 for newer releases.
I opened h5netcdf/h5netcdf#208 |
since you have opened a 1 liner PR, i would accept it if |
I've tried to replicate that locally, but failed. I'm wondering if that can be solved by adding Update: Actually this is suggested in the docs: https://conda-forge.org/docs/maintainer/knowledge_base.html#using-setuptools-scm |
See #44 |
@basnijholt Thanks for reporting and diving into this. The issue should be resolved now by #44. |
Solution to issue cannot be found in the documentation.
Issue
prints
The
__version__
string is correctly set:❯ python -c "import h5netcdf; print(h5netcdf.__version__)" 1.1.0
When creating an new env and pip installing h5netcdf, the version is fine:
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: