We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f23c92 commit 7ecc964Copy full SHA for 7ecc964
CHANGES.rst
@@ -7,3 +7,8 @@ mkl-service changelog
7
=====
8
9
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
@@ -27,4 +27,4 @@
27
from ._py_mkl_service import *
28
29
30
-__version__ = '1.0.0'
+__version__ = '2.0.0'
0 commit comments