From 7b70ec26a8e80a01f38a4de3fb0be061c60b8ae5 Mon Sep 17 00:00:00 2001 From: Toby Roseman Date: Wed, 20 May 2020 12:28:58 -0700 Subject: [PATCH] Set version number to 6.3 (#3204) --- src/model_server/lib/version_number.hpp | 2 +- src/python/setup.py | 2 +- src/python/turicreate/version_info.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/model_server/lib/version_number.hpp b/src/model_server/lib/version_number.hpp index 14e7ca7735..f5d43ba938 100644 --- a/src/model_server/lib/version_number.hpp +++ b/src/model_server/lib/version_number.hpp @@ -3,4 +3,4 @@ * Use of this source code is governed by a BSD-3-clause license that can * be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause */ -#define __UNITY_VERSION__ "6.2"//#{{VERSION_STRING}} +#define __UNITY_VERSION__ "6.3"//#{{VERSION_STRING}} diff --git a/src/python/setup.py b/src/python/setup.py index f90a69e22b..8d0a115885 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -13,7 +13,7 @@ from setuptools.command.install import install PACKAGE_NAME = "turicreate" -VERSION = "6.2" # {{VERSION_STRING}} +VERSION = "6.3" # {{VERSION_STRING}} # pkgs not needed for minimal pkg NON_MINIMAL_LIST = [ "coremltools", diff --git a/src/python/turicreate/version_info.py b/src/python/turicreate/version_info.py index 80c74bacea..839d293a38 100644 --- a/src/python/turicreate/version_info.py +++ b/src/python/turicreate/version_info.py @@ -11,7 +11,7 @@ from __future__ import absolute_import as _ # python egg version -__version__ = "6.2" # {{VERSION_STRING}} +__version__ = "6.3" # {{VERSION_STRING}} version = __version__ build_number = "0" # {{BUILD_NUMBER}} git_sha = "NA" # {{GIT_SHA}}