Skip to content

Commit

Permalink
Bumped version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs committed Oct 13, 2015
1 parent 8e6b4ae commit 8c1a407
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.11.3'
version = '0.12.0'
py_major_version, py_minor_version, _ = (int(v) for v in platform.python_version_tuple())

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

0 comments on commit 8c1a407

Please sign in to comment.