Skip to content

Commit 08eb521

Browse files
0.5.1 cherry pick branch.
1 parent 109ed03 commit 08eb521

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
@@ -58,7 +58,7 @@ def finalize_options(self):
5858
# placed as extra to not have required overwrite existing nightly installs if
5959
# they exist.
6060
EXTRA_PACKAGES = ['tensorflow == 2.4.1']
61-
CUR_VERSION = '0.6.0'
61+
CUR_VERSION = '0.5.1'
6262

6363

6464
class BinaryDistribution(Distribution):

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.6.0'
67+
__version__ = '0.5.1'

0 commit comments

Comments
 (0)