opengeostat / pygslib

GSLIB fortran code wrapped into python
MIT License
122 stars 55 forks source link

Releases and tags #36

Open banesullivan opened 5 years ago

banesullivan commented 5 years ago

Why is the version '0.0.0.4.0.0'? I propose switching to a traditional semantic versioning scheme of: major.minor.patch and reversioning the current release as 4.0.0 (if it is a stable release, otherwise 0.4.0).

Also, the tags in the git repository should match the version of the code. Can you please tag the version upon switching to a semantic versioning scheme so the the releases reflect the stages of this software's development? You tag by running the following in the local clone of the repository:

git tag 4.0.0
git push origin --tags