Skip to content

Commit c6bf7e2

Browse files
authored
Update setup.py
1 parent c7d460a commit c6bf7e2

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.18.0'
24-
tf_version = '2.18.0' # Major version.
23+
version = '2.19.0'
24+
tf_version = '2.19.0' # Major version.
2525

2626
project_name = 'tf-models-official'
2727

0 commit comments

Comments
 (0)