Skip to content

Commit 2a00ddb

Browse files
tensorflower-gardenerlaxmareddyp
authored andcommittedNov 15, 2023
No public description
PiperOrigin-RevId: 582757709
1 parent e426bc9 commit 2a00ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎official/pip_package/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from setuptools import find_packages
2121
from setuptools import setup
2222

23-
version = '2.14.0'
24-
tf_version = '2.14.0' # Major version.
23+
version = '2.15.0'
24+
tf_version = '2.15.0' # Major version.
2525

2626
project_name = 'tf-models-official'
2727

0 commit comments

Comments
 (0)
Please sign in to comment.