Skip to content

Commit

Permalink
Bump version number to prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Apr 4, 2015
1 parent 5afff8e commit 50b57f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Release Notes
=============


1.0.2
1.1.0
=====

- Rework cli string that docopt uses. Removed redundant flags that docopt provides [--version & --help]
Expand Down
2 changes: 1 addition & 1 deletion pykwalify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import logging.config

__author__ = 'Grokzen <[email protected]>'
__version_info__ = (1, 0, 1)
__version_info__ = (1, 1, 0)
__version__ = '.'.join(map(str, __version_info__))


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pykwalify",
version="1.0.1",
version="1.1.0",
description='Python lib/cli for JSON/YAML schema validation',
long_description=readme + '\n\n' + history,
author="Johan Andersson",
Expand Down

0 comments on commit 50b57f0

Please sign in to comment.