Skip to content

Commit

Permalink
Bump working version to 0.6.0 (tensorflow#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton authored May 17, 2021
1 parent 0331f86 commit ad3a898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 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.4.1']
CUR_VERSION = '0.5.0'
CUR_VERSION = '0.6.0'


class BinaryDistribution(Distribution):
Expand Down Expand Up @@ -106,6 +106,7 @@ def has_ext_modules(self):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Mathematics',
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.5.0'
__version__ = '0.6.0'

0 comments on commit ad3a898

Please sign in to comment.