Skip to content

Commit

Permalink
Change setup.py version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrickWu committed Jul 7, 2023
1 parent acb85bb commit 0ff8e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions official/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from setuptools import find_packages
from setuptools import setup

version = '2.12.0'
tf_version = '2.12.0' # Major version.
version = '2.12.1'
tf_version = '2.12.1' # Major version.

project_name = 'tf-models-official'

Expand Down

0 comments on commit 0ff8e35

Please sign in to comment.