Skip to content

Commit

Permalink
0.5.1 cherry pick branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton committed Jun 4, 2021
1 parent 109ed03 commit 08eb521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def finalize_options(self):
# placed as extra to not have required overwrite existing nightly installs if
# they exist.
EXTRA_PACKAGES = ['tensorflow == 2.4.1']
CUR_VERSION = '0.6.0'
CUR_VERSION = '0.5.1'


class BinaryDistribution(Distribution):
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_quantum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
del core
# pylint: enable=undefined-variable

__version__ = '0.6.0'
__version__ = '0.5.1'

0 comments on commit 08eb521

Please sign in to comment.