From 2abd0b84f8af5e9c1b6aa7ced1bfc9aafe2185e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Sat, 8 Oct 2016 16:07:24 +0200 Subject: [PATCH] Version bump 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 587b496..398cd09 100644 --- a/setup.py +++ b/setup.py @@ -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")