Skip to content

Commit 28f6b00

Browse files
committed
Release 1.7.1
1 parent af59b92 commit 28f6b00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

glue/cirq/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
with open('README.md') as f:
1818
long_description = f.read()
1919

20-
version = '1.8.dev0'
20+
version = '1.7.1'
2121

2222
setup(
2323
name='stimcirq',

glue/zx/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
with open('README.md') as f:
1818
long_description = f.read()
1919

20-
version = '1.8.dev0'
20+
version = '1.7.1'
2121

2222
setup(
2323
name='stimzx',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
HEADER_FILES = glob.glob("src/**/*.h", recursive=True)
2424
RELEVANT_SOURCE_FILES = sorted(set(ALL_SOURCE_FILES) - set(TEST_FILES + PERF_FILES + MAIN_FILES))
2525

26-
version = '1.8.dev0'
26+
version = '1.7.1'
2727

2828
common_compile_args = [
2929
'-std=c++11',

0 commit comments

Comments
 (0)