Skip to content

Commit 57536b8

Browse files
authored
Bump working version to 0.7.6 (#958)
Bump the working version of TFQ in GitHub to 0.7.6.
1 parent d748b2f commit 57536b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from setuptools.command.install import install
3232
from setuptools.dist import Distribution
3333

34-
CUR_VERSION = "0.7.5"
34+
CUR_VERSION = "0.7.6"
3535

3636
DOCLINES = __doc__.split("\n")
3737

tensorflow_quantum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
del core
6565
# pylint: enable=undefined-variable
6666

67-
__version__ = '0.7.5'
67+
__version__ = '0.7.6'

0 commit comments

Comments
 (0)