Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 72255a0

Browse files
authored
Bump version number (#3330)
1 parent b4531dd commit 72255a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/model_server/lib/version_number.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* Use of this source code is governed by a BSD-3-clause license that can
44
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
55
*/
6-
#define __UNITY_VERSION__ "6.4"//#{{VERSION_STRING}}
6+
#define __UNITY_VERSION__ "6.4.1"//#{{VERSION_STRING}}

src/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools.command.install import install
1414

1515
PACKAGE_NAME = "turicreate"
16-
VERSION = "6.4" # {{VERSION_STRING}}
16+
VERSION = "6.4.1" # {{VERSION_STRING}}
1717
# pkgs not needed for minimal pkg
1818
NON_MINIMAL_LIST = [
1919
"coremltools",

src/python/turicreate/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from __future__ import absolute_import as _
1212

1313
# python egg version
14-
__version__ = "6.4" # {{VERSION_STRING}}
14+
__version__ = "6.4.1" # {{VERSION_STRING}}
1515
version = __version__
1616
build_number = "0" # {{BUILD_NUMBER}}
1717
git_sha = "NA" # {{GIT_SHA}}

0 commit comments

Comments
 (0)