From 5f62433ca00f28c2ddb82b2b26e80cc5b627e8ca Mon Sep 17 00:00:00 2001 From: alejandro Date: Sun, 13 Jan 2019 11:30:54 +0000 Subject: [PATCH] added for v0.0.3 --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b58a2f5..d15678d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![GitHub](https://img.shields.io/badge/Release-ALPHA-yellow.svg) -![GitHub](https://img.shields.io/badge/Version-0.0.2_ALPHA-lightgrey.svg) +![GitHub](https://img.shields.io/badge/Version-0.0.3_ALPHA-lightgrey.svg) ![GitHub](https://img.shields.io/badge/Python-3.5_|_3.6-blue.svg) ![GitHub](https://img.shields.io/badge/License-MIT-lightgrey.svg) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) @@ -10,7 +10,7 @@ XAI is a Machine Learning library that is designed with AI explainability in its You can find the documentation at [https://ethicalml.github.io/xai/index.html](https://ethicalml.github.io/xai/index.html). You can also check out our [talk at Tensorflow London](https://www.youtube.com/watch?v=GZpfBhQJ0H4) where the idea was first conceived - the talk also contains an insight on the definitions and principles in this library. -# [0.0.2] ALPHA Version +# 0.0.3 - ALPHA Version This library is currently in early stage developments and hence it will be quite unstable due to the fast updates. It is important to bare this in mind if using it in production. diff --git a/setup.py b/setup.py index 1c3b8c0..8f93394 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def run(self): setup( name="xai", - version="0.0.2", + version="0.0.3", description="XAI - An industry-ready machine learning library that ensures explainable AI by design", long_description=readme, author="Alejandro Saucedo",