Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/model_server/lib/version_number.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"//#{{VERSION_STRING}}
#define __UNITY_VERSION__ "6.4"//#{{VERSION_STRING}}
2 changes: 1 addition & 1 deletion src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools.command.install import install

PACKAGE_NAME = "turicreate"
VERSION = "6.3" # {{VERSION_STRING}}
VERSION = "6.4" # {{VERSION_STRING}}
# pkgs not needed for minimal pkg
NON_MINIMAL_LIST = [
"coremltools",
Expand Down
2 changes: 1 addition & 1 deletion src/python/turicreate/version_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from __future__ import absolute_import as _

# python egg version
__version__ = "6.3" # {{VERSION_STRING}}
__version__ = "6.4" # {{VERSION_STRING}}
version = __version__
build_number = "0" # {{BUILD_NUMBER}}
git_sha = "NA" # {{GIT_SHA}}