From cabb661b5ca692d552d135469f25a7066c6340b5 Mon Sep 17 00:00:00 2001 From: Will Zeng Date: Sun, 15 Jan 2017 20:45:23 -0800 Subject: [PATCH] upgrade to 0.0.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7ed0226..0a7e5d5 100644 --- a/setup.py +++ b/setup.py @@ -19,12 +19,12 @@ setup( name="quantum-grove", - version="0.0.1", + version="0.0.2", author="Rigetti Computing", author_email="softapps@rigetti.com", description="A collection of quantum algorithms built using pyQuil and Forest", url="https://github.com/rigetticomputing/grove.git", - download_url="https://github.com/rigetticomputing/grove/tarball/0.0.1", + download_url="https://github.com/rigetticomputing/grove/tarball/0.0.2", packages=["grove", "grove.pyqaoa", "grove.pyvqe", "grove.qft", "grove.phaseestimation", "grove.teleport"], install_requires=[