Skip to content

Commit

Permalink
Merge pull request #103 from IntelPython/bump-version-1.3.10
Browse files Browse the repository at this point in the history
Bump version to 1.3.10
  • Loading branch information
oleksandr-pavlyk authored May 30, 2024
2 parents 04435a9 + 79c0ad3 commit 8235dda
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 = "1.3.9" %}
{% set version = "1.3.10" %}
{% set buildnumber = 0 %}

package:
Expand Down
2 changes: 1 addition & 1 deletion mkl_fft/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.9'
__version__ = '1.3.10'

0 comments on commit 8235dda

Please sign in to comment.