From 70ffdc7b809d6d916b21b648741910feeec77787 Mon Sep 17 00:00:00 2001 From: Kiyoshi Masui Date: Mon, 5 Nov 2018 10:27:01 -0500 Subject: [PATCH] Version bump to 0.3.6.dev1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7cafeef7..15a880c7 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_POINT = 5 +VERSION_POINT = 6 # Only unset in the 'release' branch and in tags. VERSION_DEV = 1