Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXudong committed May 1, 2022
1 parent 3423c78 commit 2f18090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
if __name__ == '__main__':
setup(
name='fairlib',
version="0.0.2",
version="0.0.3",
author="Xudong Han",
author_email="[email protected]",
description='Unified framework for bias detection and mitigation in classification.',
description='Unified framework for assessing and improving classification fairness.',
long_description=readme,
long_description_content_type='text/markdown',
url='https://github.com/HanXudong/fairlib',
Expand Down

0 comments on commit 2f18090

Please sign in to comment.