From 2d09306f2561a9816d7ebb5458eae7a965c007a7 Mon Sep 17 00:00:00 2001 From: dzollo Date: Tue, 5 May 2015 15:45:08 -0700 Subject: [PATCH] rev the version --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 49689b1eb4..a38b4b2775 100755 --- a/python/setup.py +++ b/python/setup.py @@ -3,7 +3,7 @@ from setuptools import setup import os -VERSION = "0.38" +VERSION = "0.39" CLASSIFIERS = [ 'Intended Audience :: Developers',