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 eb4701f commit f10d36bCopy full SHA for f10d36b
release/setup.py
@@ -59,7 +59,7 @@ def finalize_options(self):
59
# placed as extra to not have required overwrite existing nightly installs if
60
# they exist.
61
EXTRA_PACKAGES = ['tensorflow == 2.7.0']
62
-CUR_VERSION = '0.6.0'
+CUR_VERSION = '0.6.1'
63
64
65
class BinaryDistribution(Distribution):
tensorflow_quantum/__init__.py
@@ -64,4 +64,4 @@
del core
# pylint: enable=undefined-variable
66
67
-__version__ = '0.6.0'
+__version__ = '0.6.1'
0 commit comments