From 2ebd41f9895febf059305a78b9f19df7797a3432 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Fri, 21 Apr 2017 18:50:47 +0530
Subject: [PATCH] Updated default version in setup.py file.

---
 moose-core/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/moose-core/python/setup.py b/moose-core/python/setup.py
index a6c3852c..475826a5 100644
--- a/moose-core/python/setup.py
+++ b/moose-core/python/setup.py
@@ -33,7 +33,7 @@ from distutils.core import setup
 
 script_dir = os.path.dirname( os.path.abspath( __file__ ) )
 
-version = '3.1'
+version = '3.2.git'
 try:
     with open( os.path.join( script_dir, '..', 'VERSION'), 'r' ) as f:
         version = f.read( )
-- 
GitLab