Skip to content

Commit cfb1873

Browse files
authored
Version bump working version to 0.7.7 (#1008)
Bump the version in GitHub to 0.7.7
1 parent 4e6b822 commit cfb1873

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

release/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from setuptools.command.install import install
3232
from setuptools.dist import Distribution
3333

34-
CUR_VERSION = "0.7.6"
34+
CUR_VERSION = "0.7.7"
3535

3636
DOCLINES = __doc__.split("\n")
3737

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.7.6'
67+
__version__ = '0.7.7'

0 commit comments

Comments
 (0)