From 43d3a94bd14528d8e4c1d6726d8dbad6e1641f10 Mon Sep 17 00:00:00 2001 From: Zachary Nation Date: Sat, 14 Apr 2018 11:45:04 -0700 Subject: [PATCH] Bump version number to 4.3.1 --- src/unity/lib/version_number.hpp | 2 +- src/unity/python/setup.py | 2 +- src/unity/python/turicreate/version_info.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/unity/lib/version_number.hpp b/src/unity/lib/version_number.hpp index 5d40852fa6..01ea02fba1 100644 --- a/src/unity/lib/version_number.hpp +++ b/src/unity/lib/version_number.hpp @@ -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__ "4.3"//#{{VERSION_STRING}} +#define __UNITY_VERSION__ "4.3.1"//#{{VERSION_STRING}} diff --git a/src/unity/python/setup.py b/src/unity/python/setup.py index e97264b490..082f6b7e06 100644 --- a/src/unity/python/setup.py +++ b/src/unity/python/setup.py @@ -15,7 +15,7 @@ from setuptools.command.install import install PACKAGE_NAME="turicreate" -VERSION='4.3'#{{VERSION_STRING}} +VERSION='4.3.1'#{{VERSION_STRING}} # Prevent distutils from thinking we are a pure python package class BinaryDistribution(Distribution): diff --git a/src/unity/python/turicreate/version_info.py b/src/unity/python/turicreate/version_info.py index a632a94560..b99a229e2f 100644 --- a/src/unity/python/turicreate/version_info.py +++ b/src/unity/python/turicreate/version_info.py @@ -11,7 +11,7 @@ from __future__ import absolute_import as _ # python egg version -__version__ = '4.3'#{{VERSION_STRING}} +__version__ = '4.3.1'#{{VERSION_STRING}} version = __version__ build_number = '0'#{{BUILD_NUMBER}} git_sha = 'NA'#{{GIT_SHA}}