MDAnalysis / pmda

Parallel algorithms for MDAnalysis
https://www.mdanalysis.org/pmda/
Other
31 stars 22 forks source link

use versioneer #35

Closed orbeckst closed 6 years ago

orbeckst commented 6 years ago

https://github.com/warner/python-versioneer - convenient way to keep track of versions.

I suggest we use the simple tag/release scheme: MAJOR.MINOR.PATCH (so the tags marking releases will just be 0.1.0, 0.5.1, 1.0.0 etc.

(same as for gridDataFormats, see https://github.com/MDAnalysis/GridDataFormats/wiki/Developer-Guide#release-management )