diff --git a/moose-core/VERSION b/moose-core/VERSION index 3b75fab3973e1026307d327b1a3728dd01bb3ac1..264e8628062b86a991c7e316b18d1da479960746 100644 --- a/moose-core/VERSION +++ b/moose-core/VERSION @@ -1 +1 @@ -3.1.0-120-g343cb02 \ No newline at end of file +3.1.0-121-g14cf2df \ No newline at end of file diff --git a/moose-core/python/setup.py b/moose-core/python/setup.py index 0e984ec44b039f41573259c6e084c09589fd7d3d..5825043311ef4828de788044d025e029354433b7 100644 --- a/moose-core/python/setup.py +++ b/moose-core/python/setup.py @@ -31,7 +31,7 @@ __status__ = "Development" import os from distutils.core import setup -script_dir = os.path.dirname( os.path.abspath( __FILE__ ) ) +script_dir = os.path.dirname( os.path.abspath( __file__ ) ) with open( os.path.join( script_dir, '../../VERSION'), 'r' ) as f: version = f.read( )