Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Jun 23, 2014
1 parent 0e57ac0 commit 572a1b8
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 @@ -4,7 +4,7 @@

__author__ = 'Grokzen <[email protected]>'
#__version__ = '.'.join(map(str, __version_info__))
__foobar__ = "14.06"
__foobar__ = "14.06.1"

# Set to True to have revision from Version Control System in version string
__devel__ = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

settings.update(
name="pykwalify",
version="14.06",
version="14.06.1",
description='Python lib/cli for JSON/YAML schema validation',
long_description='Python lib/cli for JSON/YAML schema validation',
author="Grokzen",
Expand Down

0 comments on commit 572a1b8

Please sign in to comment.