Skip to content

Commit 5ff88df

Browse files
vtavanaekomarova
andauthored
bump the version for release (#78)
Co-authored-by: Evseniia <[email protected]>
1 parent 7fe7c5d commit 5ff88df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [dev] (MM/DD/YY)
7+
## [2.5.0] (05/DD/2025)
88

99
### Added
1010
* Added support for python 3.13 [gh-72](github.com/IntelPython/mkl-service/pull/72)

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2.4.2" %}
1+
{% set version = "2.5.0" %}
22
{% set buildnumber = 0 %}
33

44
package:

mkl/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.2"
1+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)