simpeg / aurora

software for processing natural source electromagnetic data
MIT License
13 stars 2 forks source link

Update version to match tagged #257

Closed kkappler closed 1 year ago

kkappler commented 1 year ago

We want to tag main as it is now, so to avoid confusion when merging this back into main later, let's update the version numbers from yesterday's byumpversion

jcapriot commented 1 year ago

Something you might want to consider using for versioning is setuptools_scm. Essentially it creates the version numbers for the package based on the git tags. https://pypi.org/project/setuptools-scm/

kkappler commented 1 year ago

I wound up getting in over my head with this. It was easier to just difftool the three places where the version numbers had changed and commit an update on earthscope_tests branch.

This is ultimately because I should have bumped version before creating these forks. Lesson learned I hope!