Skip to content

Commit

Permalink
Bump to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Jul 10, 2022
1 parent bd8b307 commit a995376
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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', encoding='UTF-8') as f:
long_description = f.read()

version = '1.9.dev0'
version = '1.9.0'

setup(
name='stimcirq',
Expand Down
2 changes: 1 addition & 1 deletion glue/sample/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
with open('requirements.txt', encoding='UTF-8') as f:
requirements = [line.split()[0] for line in f.read().splitlines()]

version = '1.9.dev0'
version = '1.9.0'

setup(
name='sinter',
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', encoding='UTF-8') as f:
long_description = f.read()

version = '1.9.dev0'
version = '1.9.0'

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 @@ -24,7 +24,7 @@
HEADER_FILES = glob.glob("src/**/*.h", recursive=True)
RELEVANT_SOURCE_FILES = sorted(set(ALL_SOURCE_FILES) - set(TEST_FILES + PERF_FILES + MAIN_FILES + MUX_SOURCE_FILES))

version = '1.9.dev0'
version = '1.9.0'

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

0 comments on commit a995376

Please sign in to comment.