From dc169d072317bd0abea94a3f3cc8353b07528900 Mon Sep 17 00:00:00 2001 From: puhitaku Date: Tue, 26 Jan 2016 14:00:46 +0900 Subject: [PATCH] Bump version to 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b56f5cd..97c8ce7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ else: readme = '' -__version__ = '0.0.1' +__version__ = '0.0.2' __author__ = 'Takumi Sueda' __author_email__ = 'takumi.sueda@fuller.co.jp' __license__ = 'BSD License'