Metadata-Version: 1.1
Name: ReversionUp
Version: 0.3.0
Summary: 
ReversionUp

ReversionUp, is a straight simple python module that helps you increment the version number
of your project. It can be used in the command line or accessed from your code.

ReversionUp follows strictly the 2.0.0 version of the [SemVer](http://semver.org/) scheme.

Version must be in the following scheme:

- major.minor.patch

- major.minor.patch-prerelease+build


> [ReversionUp](https://github.com/mardix/reversionup)

Usage:

    reversionup -v : show version number

    reversionup -p : increment path

    reversionup -n : increment minor

    reversionup -m : increment major



Home-page: http://github.com/mardix/versionup/
Author: Mardix
Author-email: mardix@github.com
License: MIT
Download-URL: http://github.com/mardix/versionup/tarball/master
Description: 
        ReversionUp
        
        ReversionUp, is a straight simple python module that helps you increment the version number
        of your project. It can be used in the command line or accessed from your code.
        
        ReversionUp follows strictly the 2.0.0 version of the [SemVer](http://semver.org/) scheme.
        
        Version must be in the following scheme:
        
        - major.minor.patch
        
        - major.minor.patch-prerelease+build
        
        
        > [ReversionUp](https://github.com/mardix/reversionup)
        
        Usage:
        
            reversionup -v : show version number
        
            reversionup -p : increment path
        
            reversionup -n : increment minor
        
            reversionup -m : increment major
        
        
        
Keywords: versionning,bump version,increment version
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
