geoarrow / geoarrow-python

Python implementation of the GeoArrow specification
http://geoarrow.org/geoarrow-python/
Apache License 2.0
59 stars 3 forks source link

refactor(geoarrow-pandas,geoarrow-pyarrow): Use package-specific setup for setuptools_scm #53

Closed paleolimbot closed 1 month ago

paleolimbot commented 1 month ago

This PR updates the setuptools_scm versioning on the three relevant packages to use a package-specific tag format (such that we can release only one of them at a time). It also adds a __version__ member to the namespace to make it easier to do runtime version checking.