Skip to content

Commit

Permalink
bump to 0.6.1 for pypi build mistakes. (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton authored Feb 3, 2022
1 parent eb4701f commit f10d36b
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 @@ -59,7 +59,7 @@ def finalize_options(self):
# placed as extra to not have required overwrite existing nightly installs if
# they exist.
EXTRA_PACKAGES = ['tensorflow == 2.7.0']
CUR_VERSION = '0.6.0'
CUR_VERSION = '0.6.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.6.1'

0 comments on commit f10d36b

Please sign in to comment.