Skip to content

Commit

Permalink
Merge pull request #19 from IBM/full_links_readme
Browse files Browse the repository at this point in the history
Update the Pypi description and the version number in readme.
  • Loading branch information
michaelhind authored Sep 14, 2018
2 parents ff8a881 + 49f98b9 commit f21102c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AI Fairness 360 (AIF360 v0.1.0)
# AI Fairness 360 (AIF360 v0.1.1)

[![Build Status](https://travis-ci.com/IBM/AIF360.svg?branch=master)](https://travis-ci.com/IBM/AIF360)

Expand Down
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
from setuptools import setup, find_packages

with open("README.md", "r") as fh:
long_description = fh.read()
long_description = """The AI Fairness 360 toolkit is an open-source library to help detect and remove bias in machine
learning models. The AI Fairness 360 Python package includes a comprehensive set of metrics for datasets and models to
test for biases, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
We have developed the package with extensibility in mind. This library is still in development. We encourage the
contribution of your datasets, metrics, explainers, and debiasing algorithms."""

setup(name='aif360',
version='0.1.0',
version='0.1.1',
description='IBM AI Fairness 360',
author='aif360 developers',
author_email='[email protected]',
Expand Down

0 comments on commit f21102c

Please sign in to comment.