Version bump 0.2.0

This commit is contained in:
Felipe Martín 2016-10-08 16:07:24 +02:00
parent 2592077134
commit 2abd0b84f8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from setuptools import setup
import os
import sys
version = '0.1.0'
version = '0.2.0'
if sys.argv[-1] == 'publish':
os.system("python setup.py sdist upload")