Skip to content

Commit

Permalink
Updated to version 0.2.6
Browse files Browse the repository at this point in the history
Version update to 0.2.6

Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com>
Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 20, 2021
1 parent d1f6cb8 commit 9eaeec9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/interpret-core/interpret/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Distributed under the MIT software license

# NOTE: Version is replaced by a regex script.
__version__ = "0.2.5"
__version__ = "0.2.6"
2 changes: 1 addition & 1 deletion python/interpret-core/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interpretml/interpret-inline",
"version": "0.2.5",
"version": "0.2.6",
"description": "Interpret inline library for rendering visualizations across all notebook environments.",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion python/interpret-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

name = "interpret-core"
# NOTE: Version is replaced by a regex script.
version = "0.2.5"
version = "0.2.6"
long_description = """
Core system for **the** interpret package.
Expand Down
2 changes: 1 addition & 1 deletion python/interpret/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name = "interpret"
# NOTE: Version is replaced by a regex script.
version = "0.2.5"
version = "0.2.6"
long_description = """
In the beginning machines learned in darkness, and data scientists struggled in the void to explain them.
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/interpret-core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "interpret-core" %}
{% set version = "0.2.5" %}
{% set version = "0.2.6" %}

package:
name: "{{ name }}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/interpret/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "interpret" %}
{% set version = "0.2.5" %}
{% set version = "0.2.6" %}

package:
name: "{{ name }}"
Expand Down

0 comments on commit 9eaeec9

Please sign in to comment.