Skip to content

Commit

Permalink
Bump version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Oct 25, 2022
1 parent 86038c5 commit 0b7a2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -250,7 +250,7 @@ jobs:
name: Upload to pypi
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
steps:
- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion src/pymatching/_version.py
@@ -1 +1 @@
__version__ = "2.0.dev0" # pragma no cover
__version__ = "2.0.0" # pragma no cover

0 comments on commit 0b7a2ce

Please sign in to comment.