Skip to content

Commit d748b2f

Browse files
authored
Set version number to 0.7.5 for the release (#956)
We are about to release 0.7.5. This updates the version number in `release/setup.py` and `tensorflow_quantum/__init__.py` to 0.7.5.
1 parent a54d9aa commit d748b2f

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
@@ -31,7 +31,7 @@
3131
from setuptools.command.install import install
3232
from setuptools.dist import Distribution
3333

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

0 commit comments

Comments
 (0)