From a083ac07a88d75b4e6ae3c14fb3fb141318462ea Mon Sep 17 00:00:00 2001 From: mhucka Date: Tue, 10 Feb 2026 04:59:13 +0000 Subject: [PATCH] Revert version number to 0.7.6 I didn't notice that PR #984 bumped the version number. --- release/setup.py | 2 +- tensorflow_quantum/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/setup.py b/release/setup.py index d784d41c4..f056071c1 100644 --- a/release/setup.py +++ b/release/setup.py @@ -31,7 +31,7 @@ from setuptools.command.install import install from setuptools.dist import Distribution -CUR_VERSION = "0.7.7" +CUR_VERSION = "0.7.6" DOCLINES = __doc__.split("\n") diff --git a/tensorflow_quantum/__init__.py b/tensorflow_quantum/__init__.py index 4560c89e8..9bfa88d5b 100644 --- a/tensorflow_quantum/__init__.py +++ b/tensorflow_quantum/__init__.py @@ -64,4 +64,4 @@ del core # pylint: enable=undefined-variable -__version__ = '0.7.7' +__version__ = '0.7.6'