Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Apr 16, 2021
1 parent 5933aef commit 9df3be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.0dev',
version='1.3.0',
author='Craig Gidney',
author_email='[email protected]',
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.3.dev0'
version = '1.3.0'

extension_module = Extension(
'stim',
Expand Down

0 comments on commit 9df3be3

Please sign in to comment.