Skip to content

Commit

Permalink
Set version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Feb 21, 2018
1 parent e8d6fdc commit 9f64584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ CMake Converter
.. image:: http://readthedocs.org/projects/cmakeconverter/badge/?version=develop
:target: http://cmakeconverter.readthedocs.io/en/develop/?badge=develop
:alt: Documentation Status
.. image:: https://badge.fury.io/py/cmake_converter.svg
:target: https://badge.fury.io/py/cmake_converter
:alt: Most recent PyPi version
.. image:: https://img.shields.io/badge/License-AGPL%20v3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0
:alt: License AGPL v3
Expand Down
2 changes: 1 addition & 1 deletion cmake_converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"""

# Application version and manifest
VERSION = (1, 0, 0)
VERSION = (1, 1, 0)
__application__ = u"CMakeConverter"
__short_version__ = '.'.join((str(each) for each in VERSION[:2]))
__version__ = '.'.join((str(each) for each in VERSION[:4]))
Expand Down

0 comments on commit 9f64584

Please sign in to comment.