Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juan cañete committed May 21, 2017
1 parent 42477ac commit 57b473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
import unittest
from setuptools import setup, find_packages

version = '0.5.0'
version = '0.6.0'
if not sys.version_info[0] == 3 and not sys.version_info[1] >= 5:
sys.exit("Sorry, Python 3.5 or greater required.")

Expand Down

0 comments on commit 57b473a

Please sign in to comment.