Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Dec 15, 2021
1 parent af59b92 commit 28f6b00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glue/cirq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
with open('README.md') as f:
long_description = f.read()

version = '1.8.dev0'
version = '1.7.1'

setup(
name='stimcirq',
Expand Down
2 changes: 1 addition & 1 deletion glue/zx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
with open('README.md') as f:
long_description = f.read()

version = '1.8.dev0'
version = '1.7.1'

setup(
name='stimzx',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
HEADER_FILES = glob.glob("src/**/*.h", recursive=True)
RELEVANT_SOURCE_FILES = sorted(set(ALL_SOURCE_FILES) - set(TEST_FILES + PERF_FILES + MAIN_FILES))

version = '1.8.dev0'
version = '1.7.1'

common_compile_args = [
'-std=c++11',
Expand Down

0 comments on commit 28f6b00

Please sign in to comment.