There was an error while loading. Please reload this page.
1 parent 4e6b822 commit cfb1873Copy full SHA for cfb1873
2 files changed
release/setup.py
@@ -31,7 +31,7 @@
31
from setuptools.command.install import install
32
from setuptools.dist import Distribution
33
34
-CUR_VERSION = "0.7.6"
+CUR_VERSION = "0.7.7"
35
36
DOCLINES = __doc__.split("\n")
37
tensorflow_quantum/__init__.py
@@ -64,4 +64,4 @@
64
del core
65
# pylint: enable=undefined-variable
66
67
-__version__ = '0.7.6'
+__version__ = '0.7.7'
0 commit comments