Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to vX.Y.Z
Browse files Browse the repository at this point in the history
Strilanc committed Oct 25, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c9ab4b8 commit 285ad58
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
@@ -17,7 +17,7 @@
with open('README.md', encoding='UTF-8') as f:
long_description = f.read()

version = '1.10.dev0'
version = '1.10.0'

setup(
name='stimcirq',
2 changes: 1 addition & 1 deletion glue/sample/setup.py
Original file line number Diff line number Diff line change
@@ -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.10.dev0'
version = '1.10.0'

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

version = '1.10.dev0'
version = '1.10.0'

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

version = '1.10.dev0'
version = '1.10.0'

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

0 comments on commit 285ad58

Please sign in to comment.