From e10f8e887571e28f31dbcf02a0beac163a901fe1 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 29 Jul 2014 23:10:58 +0200 Subject: [PATCH] marvin: set next release version to 4.5.0 Signed-off-by: Rohit Yadav --- tools/marvin/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index 88968ab93f1..555d67dfc49 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -27,7 +27,7 @@ except ImportError: raise RuntimeError("python setuptools is required to build Marvin") -VERSION = '0.1.0' +VERSION = '4.5.0' import os