We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d748b2f commit 57536b8Copy full SHA for 57536b8
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.5"
+CUR_VERSION = "0.7.6"
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.5'
+__version__ = '0.7.6'
0 commit comments