Skip to content
Snippets Groups Projects
Commit 2ebd41f9 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Updated default version in setup.py file.

parent 224487f4
No related branches found
No related tags found
No related merge requests found
......@@ -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( )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment