Skip to content

Commit

Permalink
Bump version 2.2.0 (#476)
Browse files Browse the repository at this point in the history
* Bump version 2.2.0

* CI update: remove py3.8, include py3.12 testing

* Revert test on py3.12: numba not ready
  • Loading branch information
relf authored Nov 21, 2023
1 parent 8e1b7ea commit a1c52ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8']
python-version: ['3.9']

steps:
- uses: actions/checkout@v4
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.1.0"
__version__ = "2.2.0"

0 comments on commit a1c52ae

Please sign in to comment.