Skip to content

Commit

Permalink
Bumped version to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs committed Nov 6, 2015
1 parent a6c1c6d commit fd556c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand

version = '0.12.1'
version = '0.13'
py_major_version, py_minor_version, _ = (int(v.rstrip('+')) for v in platform.python_version_tuple())

requires = ['flask', 'PyYAML', 'requests', 'six', 'strict-rfc3339']
Expand Down

0 comments on commit fd556c7

Please sign in to comment.