patrickfuchs / buildH

:computer: Build hydrogen atoms from united-atom molecular dynamics of lipids and calculate the order parameters.
https://buildh.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Install bumpversion to update easily version number #28

Closed pierrepo closed 3 years ago

patrickfuchs commented 3 years ago

Very good suggestion. So far I just used git tag.

HubLot commented 3 years ago

Bump version is not maintained anymore: https://github.com/peritus/bumpversion But there is some alternatives : bump2version which is a fork or python-versioneer but seems more complicated.

pierrepo commented 3 years ago

Thanks @HubLot bump2version looks very nice and compatible with older bumpversion config file

patrickfuchs commented 3 years ago

Now that the tests are completed, that would be nice to at least add a tag and upgrade the version number (from 1.0.3 to 1.0.4). Regarding bump2version, I never used it, is it fast to implement? Shall I add a tag, or we wait for the bump2version implementation, what do you suggest?

pierrepo commented 3 years ago

bump2version adds a tag automatically. I can have a look tomorrow morning.