Update PyPI release
sneakers-the-rat opened this issue · 3 comments
Hello! Looks like the pre-release version is about a year old, and the version in the repo is still 0.1.0b0 despite substantial changes since then. Wondering if there's a particular reason the PyPI version isn't being kept synchronized, or if I should just pin a commit in the git repository rather than by package version in downstream packages?
Thanks for the report @sneakers-the-rat.
We just went through a development sprint. We will be updating the version, tagging, and releasing these changes to pypi by the end of May. For the interim, please install from source:
pip install git+https://github.com/datajoint/element-session.git
Install a specific commit:
pip install git+https://github.com/datajoint/element-session.git@<Enter commit hash>
Hi @sneakers-the-rat, we just published a new release (0.1.2
) of this package. Please find it on PyPI. Thanks.
y'all rock, thanks