From b9e49d21c61455e358aac739e2b16fcdef457278 Mon Sep 17 00:00:00 2001 From: Will Zeng Date: Wed, 23 Aug 2017 17:51:39 -0700 Subject: [PATCH] bump version to 1.1.0 --- docs/conf.py | 4 ++-- setup.py | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b4ef778..c673c78 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,9 +69,9 @@ # built documents. # # The short X.Y version. -version = u'0.0' +version = u'1.1.0' # The full version, including alpha/beta/rc tags. -release = u'0.0.0' +release = u'1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 20247cf..12aabb0 100644 --- a/setup.py +++ b/setup.py @@ -19,12 +19,11 @@ setup( name="quantum-grove", - version="1.0.0", + version="1.1.0", 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/1.0.0", packages=["grove", "grove.pyqaoa", "grove.pyvqe", "grove.qft", "grove.phaseestimation", "grove.teleport", "grove.deutsch_jozsa", "grove.arbitrary_state",