From e4dc51a761928dfc326c51dc6f012f1c3e3bce14 Mon Sep 17 00:00:00 2001 From: Hoyt Koepke Date: Mon, 27 Apr 2020 11:49:27 -1000 Subject: [PATCH] Updated version number. --- src/python/setup.py | 2 +- src/python/turicreate/version_info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/setup.py b/src/python/setup.py index 44754b1b81..fe84f56bce 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.2.1" # {{VERSION_STRING}} # Prevent distutils from thinking we are a pure python package class BinaryDistribution(Distribution): diff --git a/src/python/turicreate/version_info.py b/src/python/turicreate/version_info.py index 80c74bacea..595ac4a3ec 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.2.1" # {{VERSION_STRING}} version = __version__ build_number = "0" # {{BUILD_NUMBER}} git_sha = "NA" # {{GIT_SHA}}