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

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

SemVersion 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

SemVersion can be used along with Git to increment the version on each commit.

> [SemVersion](https://github.com/mardix/semversion)

Usage:

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