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

Commit

Permalink
Bump Turi Create version number to 5.7 (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Youtsey authored Aug 13, 2019
1 parent 4283945 commit 7d6eeff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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__ "5.6"//#{{VERSION_STRING}}
#define __UNITY_VERSION__ "5.7"//#{{VERSION_STRING}}
2 changes: 1 addition & 1 deletion src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools.command.install import install

PACKAGE_NAME="turicreate"
VERSION='5.6'#{{VERSION_STRING}}
VERSION='5.7'#{{VERSION_STRING}}

# Prevent distutils from thinking we are a pure python package
class BinaryDistribution(Distribution):
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__ = '5.6'#{{VERSION_STRING}}
__version__ = '5.7'#{{VERSION_STRING}}
version = __version__
build_number = '0'#{{BUILD_NUMBER}}
git_sha = 'NA'#{{GIT_SHA}}

0 comments on commit 7d6eeff

Please sign in to comment.