Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ Authors
> - [Kasey
> Matthews](https://www.linkedin.com/in/kasey-matthews-datadriven/)
> (Zest AI Lead)
> - [Piotr Zak](https://www.linkedin.com/in/piotr-zak-datadriven/) (Algomine)
> - [Austin Li](https://www.linkedin.com/in/austinwli/) (Harvard T4SG)
> - [Christien
> Williams](https://www.linkedin.com/in/christienwilliams/) (Schmidt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# This call to setup() does all the work
setup(
name="zrp",
version="0.3.1",
version="0.3.2",
description="The Zest Race Predictor tool predicts race/ethnicity using a name and address as inputs.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion zrp/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "zrp"
__version__ = "0.3.1"
__version__ = "0.3.2"
__release_download_url_prefix__ = "https://github.com/zestai/zrp/archive/refs/tags/"
__download_url_prefix__ = "https://github.com/zestai/zrp/releases/download/"
__projects__ = "https://github.com/zestai"
Expand Down