Metadata-Version: 1.1
Name: travis-bump-version
Version: 0.0.33
Summary: Bump version files on travis builds
Home-page: http://github.com/polysquare/travis-runner
Author: Sam Spilsbury
Author-email: smspillaz@gmail.com
License: MIT
Description: Travis Bump Version
        ===================
        
        Automatically bump version when merging to master
        
        Status
        ------
        
        +----------------------+---------------+------------------+-------------+
        | Travis CI (Ubuntu)   | Coverage      | PyPI             | Licence     |
        +======================+===============+==================+=============+
        | |Travis|             | |Coveralls|   | |PyPI|\ |PyPI|   | |License|   |
        +----------------------+---------------+------------------+-------------+
        
        Usage
        -----
        
        ::
        
            usage: travis-bump-version [-h] --api-token API_TOKEN --repo REPO
                                       [FILE [FILE ...]]
        
            Automatically bump version on successful Travis-CI builds.
        
            positional arguments:
              FILE                  bump version on FILE
        
            optional arguments:
              -h, --help            show this help message and exit
              --api-token API_TOKEN
                                    GitHub API token. Always make sure this variable is
                                    encrypted first.
              --repo REPO           Name of repo on GitHub, eg user/repo.
        
        .. |Travis| image:: https://img.shields.io/travis/polysquare/travis-bump-version.svg
           :target: 
        .. |Coveralls| image:: https://img.shields.io/coveralls/polysquare/travis-bump-version.svg
           :target: 
        .. |PyPI| image:: https://img.shields.io/pypi/v/travis-bump-version.svg
           :target: 
        .. |PyPI| image:: https://img.shields.io/pypi/pyversions/travis-bump-version.svg
           :target: 
        .. |License| image:: https://img.shields.io/github/license/polysquare/travis-bump-version.svg
           :target: 
        
Keywords: development linters
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
