peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 147 forks source link

Allow package to be invoked as `python -m bumpversion` #111

Closed jaraco closed 8 years ago

jaraco commented 9 years ago

PEP 338 defines a spec allowing modules and packages to be executed without an entry script. This simple module makes python -m bumpversion execute bumpversion.

jaraco commented 9 years ago

Thanks for finding this. Apparently, I originally made the pull request against my own repo. :/

peritus commented 8 years ago

Thx.

jaraco commented 8 years ago

Any chance you would be able to make a PyPI release with this change?