Skip to content

Commit bffdd31

Browse files
committed
Bump to v0.1.14
1 parent 0771726 commit bffdd31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o
177177
- Libraries are statically linked where possible.
178178
- Code now conforms to Python Black and its associated flake8.
179179

180+
[v0.1.14]: https://github.com/microsoft/interpret/releases/tag/v0.1.14
180181
[v0.1.13]: https://github.com/microsoft/interpret/releases/tag/v0.1.13
181182
[v0.1.12]: https://github.com/microsoft/interpret/releases/tag/v0.1.12
182183
[v0.1.11]: https://github.com/microsoft/interpret/releases/tag/v0.1.11

python/interpret/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2019 Microsoft Corporation
22
# Distributed under the MIT software license
33

4-
__version__ = "0.1.14-prerelease"
4+
__version__ = "0.1.14"

0 commit comments

Comments
 (0)