Skip to content

Commit f10d36b

Browse files
bump to 0.6.1 for pypi build mistakes. (#663)
1 parent eb4701f commit f10d36b

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
@@ -59,7 +59,7 @@ def finalize_options(self):
5959
# placed as extra to not have required overwrite existing nightly installs if
6060
# they exist.
6161
EXTRA_PACKAGES = ['tensorflow == 2.7.0']
62-
CUR_VERSION = '0.6.0'
62+
CUR_VERSION = '0.6.1'
6363

6464

6565
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.6.1'

0 commit comments

Comments
 (0)