Skip to content

Commit 7ecc964

Browse files
bumping version to 2.0.0 to avoid package version clashes
1 parent 9f23c92 commit 7ecc964

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ mkl-service changelog
77
=====
88

99
Initial release of `mkl-service` package.
10+
11+
2.0.0
12+
====
13+
14+
Rerelease of `mkl-service` package with version bumped to 2.0.0 to avoid version clash with `mkl-service` package from Anaconda.

mkl-service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
from ._py_mkl_service import *
2828

2929

30-
__version__ = '1.0.0'
30+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)