Skip to content

Commit

Permalink
Prepare release 2.0.1 (#461)
Browse files Browse the repository at this point in the history
* Specify wheels to build instead of to skip

* Bump 2.0.1
  • Loading branch information
relf authored Aug 31, 2023
1 parent 6cbf874 commit 8abaffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: cp36-* cp37-* cp312-*
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion smt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0"
__version__ = "2.0.1"

0 comments on commit 8abaffe

Please sign in to comment.