Skip to content

Commit

Permalink
Merge pull request #352 from quantumlib/release-v0_9_4
Browse files Browse the repository at this point in the history
Update version to 0.9.4 and Python version to 3.6
  • Loading branch information
95-martin-orion authored May 24, 2021
2 parents 6c226ec + 27ddd42 commit d9bea85
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 @@ -75,14 +75,14 @@ def build_extension(self, ext):
# README file as long_description.
long_description = open("README.md", encoding="utf-8").read()

__version__ = "0.9.3"
__version__ = "0.9.4"

setup(
name="qsimcirq",
version=__version__,
author="Vamsi Krishna Devabathini",
author_email="devabathini92@gmail.com",
python_requires=">=3.3.0",
python_requires=">=3.6.0",
install_requires=requirements,
license="Apache 2",
description=description,
Expand Down

0 comments on commit d9bea85

Please sign in to comment.