Commit 7646cca4 authored by Yuexin Wu's avatar Yuexin Wu Committed by A. Unique TensorFlower
Browse files

Update the setup.py to 2.8 after release:

https://github.com/tensorflow/models/releases/tag/v2.8.0

PiperOrigin-RevId: 427835109
parent 68806731
...@@ -20,8 +20,8 @@ import sys ...@@ -20,8 +20,8 @@ import sys
from setuptools import find_packages from setuptools import find_packages
from setuptools import setup from setuptools import setup
version = '2.7.0' version = '2.8.0'
tf_version = '2.7.0' # Major version. tf_version = '2.8.0' # Major version.
project_name = 'tf-models-official' project_name = 'tf-models-official'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment