From 23e016872b2fbd897c56fd3d1f86b39217fc68d7 Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Mon, 25 Jan 2021 07:13:18 -0800 Subject: [PATCH] Update version to 0.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18e016d9..4459cbc7 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def build_extension(self, ext): # README file as long_description. long_description = open('README.md', encoding='utf-8').read() -__version__ = '0.7.0' +__version__ = '0.7.1' setup( name='qsimcirq',