Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Picks up a change to tests, updates to installation instructions,
fixes in Cython code per warnings after update to Cython 3
  • Loading branch information
oleksandr-pavlyk committed Oct 11, 2024
1 parent 729c292 commit 52af5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.4.1" %}
{% set version = "2.4.2" %}
{% set buildnumber = 0 %}

package:
Expand Down
2 changes: 1 addition & 1 deletion mkl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ def __exit__(self, *args):
from ._py_mkl_service import *


__version__ = '2.4.1'
__version__ = '2.4.2'

0 comments on commit 52af5e4

Please sign in to comment.