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