SciQLop / speasy

Space Physics made EASY! A simple Python package to deal with main Space Physics WebServices (CDA,SSC,AMDA,..)
Other
24 stars 7 forks source link

Use something git versioning scheme for unreleased code #30

Closed jeandet closed 10 months ago

jeandet commented 2 years ago

The issue is that doing pip install git+https://github.com/SciQLop/speasy to get the latest speasy revision won't work if the latest release is already installed since the version is the same.

This is because the version is static and only incremented with bumpversion on each release.

jeandet commented 1 year ago

Not sure this is possible with flit yet.