Skip to content

Commit

Permalink
tick version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Zeng committed Jul 13, 2017
1 parent c49e0c5 commit 8248297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = u'1.0.0'
version = u'1.1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.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
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="1.0.0",
version="1.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/1.0.0",
download_url="https://github.com/rigetticomputing/pyquil/tarball/1.1.0",
packages=["pyquil"],
license="LICENSE",
install_requires=[
Expand Down

0 comments on commit 8248297

Please sign in to comment.