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

ReversionUp, is a simple command line tool that helps you increment the version number
of your project.

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 can be used along with Git to increment the version on each commit.

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

Usage:

    reversionup -i

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 simple command line tool that helps you increment the version number
        of your project.
        
        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 can be used along with Git to increment the version on each commit.
        
        > [ReversionUp](https://github.com/mardix/reversionup)
        
        Usage:
        
            reversionup -i
        
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
