Skip to content

Commit

Permalink
bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Zeng committed Apr 18, 2017
1 parent a7155dd commit d1b12d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

setup(
name="quantum-grove",
version="0.0.2",
version="0.0.3",
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.2",
download_url="https://github.com/rigetticomputing/grove/tarball/0.0.3",
packages=["grove", "grove.pyqaoa", "grove.pyvqe", "grove.qft",
"grove.phaseestimation", "grove.teleport", "grove.grover"],
install_requires=[
Expand Down

0 comments on commit d1b12d7

Please sign in to comment.