navdeep-G/setup.py

How about automatically updating version?

lk-geimfari opened this issue · 4 comments

How about custom command versioner for setup.py which automatically increment version string in __version__.py.

How it's works:
image

code bloat

What about CI ? Nowadays most of the application are released from a CI and not from my local machine, so I do not need to bother with enterprise configuration.

There is also bumpversion that is configurable in order to manage alpha, beta versions

... and there is also setuptools_scm which might be a good choice for you.

There is also bump2version which follows a different approach from setuptools_scm.

It's not perfect but it works very well.