Skip to content

Commit

Permalink
Merge pull request #43 from IntelPython/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
oleksandr-pavlyk authored Oct 11, 2024
2 parents 352ebc8 + 52af5e4 commit 98818d8
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 98818d8

Please sign in to comment.