From 3fded8861fad68fbd7c4bc8a1f982e6f8dd6712d Mon Sep 17 00:00:00 2001 From: Doug Strain Date: Mon, 4 May 2020 10:08:32 -0700 Subject: [PATCH] Remove dev version on release branch --- cirq/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cirq/_version.py b/cirq/_version.py index ee54ec342f1..40741ee6ffd 100644 --- a/cirq/_version.py +++ b/cirq/_version.py @@ -28,4 +28,4 @@ 'B) Explicitly install an older deprecated-but-compatible version ' 'of cirq (e.g. "python -m pip install cirq==0.5.*")') -__version__ = "0.8.0.dev" +__version__ = "0.8.0"