diff --git a/CHANGELOG.md b/CHANGELOG.md index d00bea15e..1ac793682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -177,6 +177,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o - Libraries are statically linked where possible. - Code now conforms to Python Black and its associated flake8. +[v0.1.14]: https://github.com/microsoft/interpret/releases/tag/v0.1.14 [v0.1.13]: https://github.com/microsoft/interpret/releases/tag/v0.1.13 [v0.1.12]: https://github.com/microsoft/interpret/releases/tag/v0.1.12 [v0.1.11]: https://github.com/microsoft/interpret/releases/tag/v0.1.11 diff --git a/python/interpret/version.py b/python/interpret/version.py index 27988ac8e..67f0cf030 100644 --- a/python/interpret/version.py +++ b/python/interpret/version.py @@ -1,4 +1,4 @@ # Copyright (c) 2019 Microsoft Corporation # Distributed under the MIT software license -__version__ = "0.1.14-prerelease" +__version__ = "0.1.14"