version

Simple versioning system for your package. Use of a generated ‘version.py’ file to store the ‘__version__’ attribute of your package:

(dvlpt)$ pmg version
(dvlpt)$ pmg rg

By default, the system keep track of a version number major.minor.post. Each number needs to be entered manually by editing the config file then regenerating the package. Alternatively you can use the provided bump tool to perform this operation for you.

Modifications

.
|
+-src/
  |
  +-pkgname/
      |
      +-__init__.py
      |
      +-version.py