Skip to content

Commit

Permalink
Update pip package version for 2.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorflower-gardener authored and laxmareddyp committed Sep 20, 2023
1 parent a79dfc8 commit 8ecc683
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions official/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@
from setuptools import find_packages
from setuptools import setup

<<<<<<< HEAD
version = '2.13.1'
tf_version = '2.13.0' # Major version.
=======
version = '2.14.0'
tf_version = '2.14.0' # Major version.
>>>>>>> 9854fc307 (Update pip package version for 2.14.0 release)

project_name = 'tf-models-official'

Expand Down

0 comments on commit 8ecc683

Please sign in to comment.