alchemiscale
alchemiscale copied to clipboard
`alchemiscale-client` conda package for v0.4.0 reports `0.0.0` in `alchemiscale.__version__`
When installing alchemiscale-client from conda-forge via e.g.:
mamba create -n alchemiscale-only alchemiscale-client
then checking the version installed with:
conda activate
conda list
we observe:
alchemiscale-client 0.4.0 pyhd8ed1ab_0 conda-forge
However, when doing the following we get:
python
> import alchemiscale
> alchemiscale.__version__
0.0.0
It's unclear what is causing this, or if there is something we are missing in our pyproject.toml or conda-forge recipe that is causing 0.0.0 to be reported here.
https://github.com/conda-forge/alchemiscale-feedstock/pull/8
Thanks so much for this @mattwthompson! Sorry it took me so long to merge your PR; it fell off my radar until now.
Will check to see if this problem persists; if it looks solved, will close here!