From 525accb4d3ed3bc6d345143fb0fa1d8faa0ce23d Mon Sep 17 00:00:00 2001 From: Pulkit Bhuwalka Date: Sun, 13 Sep 2020 21:18:34 -0700 Subject: [PATCH] Bump version to 0.5.0 for new release. PiperOrigin-RevId: 331473494 --- tensorflow_model_optimization/python/core/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow_model_optimization/python/core/version.py b/tensorflow_model_optimization/python/core/version.py index f92bc6620..90a60a396 100644 --- a/tensorflow_model_optimization/python/core/version.py +++ b/tensorflow_model_optimization/python/core/version.py @@ -16,8 +16,8 @@ # We follow Semantic Versioning (https://semver.org/) _MAJOR_VERSION = '0' -_MINOR_VERSION = '4' -_PATCH_VERSION = '1' +_MINOR_VERSION = '5' +_PATCH_VERSION = '0' # When building releases, we can update this value on the release branch to # reflect the current release candidate ('rc0', 'rc1') or, finally, the official