From 787bc6427cc641e3c7a590f1ab57a2b840f471bc Mon Sep 17 00:00:00 2001 From: Sinhrks Date: Tue, 12 Mar 2019 10:59:43 +0900 Subject: [PATCH] REL: bump to v0.6.0.dev0 (#61) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e957a2a..2febd1d 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ README = 'README.rst' REQUIREMENTS = 'requirements.txt' -VERSION = '0.5.1' +VERSION = '0.6.0.dev0' def read(fname): # file must be read as utf-8 in py3 to avoid to be bytes