Skip to content

Commit 7952930

Browse files
Merge pull request #326 from quantumlib/release-v0_9_2
Update version to 0.9.2
2 parents 8448a59 + 4912145 commit 7952930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def build_extension(self, ext):
7474
# README file as long_description.
7575
long_description = open('README.md', encoding='utf-8').read()
7676

77-
__version__ = '0.9.0'
77+
__version__ = '0.9.2'
7878

7979
setup(
8080
name='qsimcirq',

0 commit comments

Comments
 (0)