diff --git a/moose-core/python/setup.py b/moose-core/python/setup.py index a6c3852c787d09e3d59d8b03ba82c359759e8f11..475826a54e32a25fdbf6e64181d8fbe08ec3eb6f 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( )