Skip to content

Commit

Permalink
Merge pull request #89 from mihaic/release-v0.2
Browse files Browse the repository at this point in the history
Update version to 0.2
  • Loading branch information
mihaic committed Aug 3, 2016
2 parents 8bbb66c + fea572c commit 084d783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
import sys
import setuptools

__version__ = '0.1'
__version__ = '0.2'

assert sys.version_info >= (3, 4), (
"Please use Python version 3.4 or higher, "
Expand Down

0 comments on commit 084d783

Please sign in to comment.