Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Zeng committed Aug 24, 2017
1 parent dd39786 commit b9e49d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit b9e49d2

Please sign in to comment.