OSOceanAcoustics / echoregions

Interfacing water column sonar data with annotations and labels
https://echoregions.readthedocs.io/
Apache License 2.0
6 stars 5 forks source link

PyPi Versioning Changes #194

Closed ctuguinay closed 3 months ago

ctuguinay commented 3 months ago
leewujung commented 3 months ago

I am wondering why you need to hardcode the version here. Isn't that set automatically by setuptools_scm?

ctuguinay commented 3 months ago

I wasn't quite sure how to get it to start the automatic dynamic versioning at0.2.0 without specifying 0.2.0, since, during the building of the .tar file for the PyPi package upload, it kept starting with base 0.1.0 (I think automatic dynamic versioning was around 0.1.18 or 0.1.19).

leewujung commented 3 months ago

I see. If you build things before having a formal release you would get a 0.1.0devXYZ type of version I think. I could take a look for the next release!