[go: nahoru, domu]

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

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoyt Koepke committed Apr 27, 2020
1 parent ce59c66 commit e4dc51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2" # {{VERSION_STRING}}
VERSION = "6.2.1" # {{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__ = "6.2" # {{VERSION_STRING}}
__version__ = "6.2.1" # {{VERSION_STRING}}
version = __version__
build_number = "0" # {{BUILD_NUMBER}}
git_sha = "NA" # {{GIT_SHA}}

0 comments on commit e4dc51a

Please sign in to comment.