Open twrightsman opened 6 years ago
Hi Travis, I've been a bit hesitant with respect to creating a release for reveal as I still consider it a work in progress, that said, I understand the need for versions, so I created a 0.1-alpha version. Let me know if this helps. Jasper
Thank you for creating a release. I think 0.Y releases are definitely okay for works in progress.
Two problems with the 0.1-alpha
release are:
0.1
and I believe conda will interpret 0.1-alpha
as before 0.1
setup.py
(0.1
in setup.py
and 0.1-alpha
in the release tag)The actual tag is 0.1 for as far as I can see (git tag), so that should correspond to the version in setup.py. Do you want me to change the name of the release from "v0.1-alpha" to "v0.1" or "0.1"? No problem to me, just let me know..
Ah sorry, you are correct on the git tag version. Since the release is already marked "pre-release", I think the "-alpha" can be removed and changed to simply "0.1".
Would be great to push out the latest release to conda again.
Dear Jasper,
Would you consider using versions and tagging releases with REVEAL? It would help the package managers, like
conda
, organize things a little better.Cheers, Travis