We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af59b92 commit 28f6b00Copy full SHA for 28f6b00
glue/cirq/setup.py
@@ -17,7 +17,7 @@
17
with open('README.md') as f:
18
long_description = f.read()
19
20
-version = '1.8.dev0'
+version = '1.7.1'
21
22
setup(
23
name='stimcirq',
glue/zx/setup.py
name='stimzx',
setup.py
@@ -23,7 +23,7 @@
HEADER_FILES = glob.glob("src/**/*.h", recursive=True)
24
RELEVANT_SOURCE_FILES = sorted(set(ALL_SOURCE_FILES) - set(TEST_FILES + PERF_FILES + MAIN_FILES))
25
26
27
28
common_compile_args = [
29
'-std=c++11',
0 commit comments