From c408aed2ba470b6a003223f1ffd266f456de132f Mon Sep 17 00:00:00 2001 From: ushuz Date: Wed, 28 Dec 2016 11:21:05 +0800 Subject: [PATCH] Bump version to 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83ed51b..1fe72e6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup -VERSION = '0.1.0' +VERSION = '0.2.0' setup( maintainer='John Hu',