Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Jul 27, 2021
1 parent 07124b3 commit 6a1bcb2
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 @@ -19,7 +19,7 @@

setup(
name='stimcirq',
version='1.5.0dev',
version = '1.5.0',
author='Craig Gidney',
author_email='craig.gidney@gmail.com',
url='https://github.com/quantumlib/stim',
Expand Down
2 changes: 1 addition & 1 deletion glue/zx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='stimzx',
version='1.5.0dev',
version = '1.5.0',
author='Craig Gidney',
author_email='craig.gidney@gmail.com',
url='https://github.com/quantumlib/stim',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
PERF_HEADERS = glob.glob("src/**/*.perf.h", recursive=True)
RELEVANT_HEADERS = sorted(set(ALL_HEADERS) - set(TEST_HEADERS + PERF_HEADERS))

version = '1.5.dev0'
version = '1.5.0'

extension_module = Extension(
'stim',
Expand Down

0 comments on commit 6a1bcb2

Please sign in to comment.