Skip to content

Commit

Permalink
added for v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Jan 13, 2019
1 parent b37f58a commit 5f62433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5f62433

Please sign in to comment.