diff --git a/oss_src/unity/lib/version_number.hpp b/oss_src/unity/lib/version_number.hpp index 16303e5a..2c15a45f 100644 --- a/oss_src/unity/lib/version_number.hpp +++ b/oss_src/unity/lib/version_number.hpp @@ -6,4 +6,4 @@ * of the BSD license. See the LICENSE file for details. */ -#define __UNITY_VERSION__ "1.10"//#{{VERSION_STRING}} +#define __UNITY_VERSION__ "2.0.1"//#{{VERSION_STRING}} diff --git a/oss_src/unity/python/setup.py b/oss_src/unity/python/setup.py index f56d7c5f..948db33c 100644 --- a/oss_src/unity/python/setup.py +++ b/oss_src/unity/python/setup.py @@ -129,7 +129,7 @@ def run(self): sys.stderr.write(msg) sys.exit(1) - version_number='1.9'#{{VERSION_STRING}} + version_number='2.0.1'#{{VERSION_STRING}} setup( name="SFrame", version=version_number, diff --git a/oss_src/unity/python/sframe/version_info.py b/oss_src/unity/python/sframe/version_info.py index b5b325d3..6f854e3c 100644 --- a/oss_src/unity/python/sframe/version_info.py +++ b/oss_src/unity/python/sframe/version_info.py @@ -7,6 +7,6 @@ ''' # python egg version -__VERSION__ = '1.9'#{{VERSION_STRING}} -version = '1.9'#{{VERSION_STRING}} +__VERSION__ = '2.0.1'#{{VERSION_STRING}} +version = '2.0.1'#{{VERSION_STRING}} build_number = '0'#{{BUILD_NUMBER}}