Skip to content

Commit

Permalink
tick to 0.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Zeng committed Jun 9, 2017
1 parent 02b2343 commit d4c26e7
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 = "pyquil",
version = "0.0.4",
version = "0.1.0",
author = "Rigetti Computing",
author_email = "softapps@rigetti.com",
description = "A Python library to generate Quantum Instruction Language (Quil) Programs.",
url="https://github.com/rigetticomputing/pyquil.git",
download_url="https://github.com/rigetticomputing/pyquil/tarball/0.0.4",
download_url="https://github.com/rigetticomputing/pyquil/tarball/0.1.0",
packages = ["pyquil"],
license = "LICENSE",
install_requires = [
Expand Down

0 comments on commit d4c26e7

Please sign in to comment.