From e19158745d24c2b6bfdca304ac10fcc6224ef4ab Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Tue, 20 Oct 2020 10:47:27 -0700 Subject: [PATCH] Update to version 0.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b383402..94cf4597 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.5.0' +__version__ = '0.5.1' setup( name='qsimcirq',