From 65abd007d85b285b13d027ada23f2c6eb0092f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Pat=C3=B3?= Date: Thu, 1 Oct 2020 14:14:18 -0400 Subject: [PATCH] releasing v0.9.0 --- cirq/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cirq/_version.py b/cirq/_version.py index 8619ac4426a..1dba9a571da 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.9.0.dev" +__version__ = "0.9.0"