google / Xee

An Xarray extension for Google Earth Engine
Apache License 2.0
240 stars 28 forks source link

set the version number somewhere #162

Open 12rambau opened 3 months ago

12rambau commented 3 months ago

Fix #161

My understanding of the problem is that the version number is not set anywhere.

pyproject.toml uses a dynamic version number but the dynamic estination is not set, xee package has no version variable. the one in ext is using the one from metadata which relies on the pyproject file.

I decided to start this PR by setting where the dynamic version number should come from. Now I need your review to know where the hard coded version number should be set.

naschmitz commented 3 months ago

Thanks Pierrick! xee.__version__ looks great!