Skip to content

Commit 0ed525e

Browse files
authored
Revert version number to 0.7.6 (#993)
PR #984 incorrectly bumped the version number to 0.7.7, and I didn't notice it during review. This PR changes the version back to 0.7.6, which is the current development version in the main branch on GitHub.
1 parent 6aba0da commit 0ed525e

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.7"
34+
CUR_VERSION = "0.7.6"
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.7'
67+
__version__ = '0.7.6'

0 commit comments

Comments
 (0)