Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Jul 13, 2015
1 parent b914377 commit 8f1c892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pykwalify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import os

__author__ = 'Grokzen <[email protected]>'
__version_info__ = (1, 2, 0)
__version_info__ = (1, 3, 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.2.0",
version="1.3.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 8f1c892

Please sign in to comment.