Metadata-Version: 1.1
Name: travis-bump-version
Version: 0.1.1
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 Versions                  | Licence     |
        +======================+===============+================================+=============+
        | |Travis|             | |Coveralls|   | |PyPIVersion|\ |PyPIPythons|   | |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.
        
        On Travis-CI you can use the ``TRAVIS_REPO_SLUG`` variable to determine
        the current repository. See `this
        guide <https://github.com/blog/1509-personal-api-tokens>`__ on how to
        generate an API token. Remember to encrypt it first using
        ``travis encrypt --add env.global`` first!
        
        .. |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: 
        .. |PyPIVersion| image:: https://img.shields.io/pypi/v/travis-bump-version.svg
           :target: 
        .. |PyPIPythons| 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
