From 382b1b5603e325738c25b97bdf5698455a17fbe4 Mon Sep 17 00:00:00 2001 From: Christien Williams Date: Mon, 7 Feb 2022 11:41:01 -0500 Subject: [PATCH] Updates version to 0.1.8 --- setup.py | 2 +- zrp/about.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ef7ba42..64b0c1a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # This call to setup() does all the work setup( name="zrp", - version="0.1.7", + version="0.1.8", 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", diff --git a/zrp/about.py b/zrp/about.py index 33c0311..7ac93fb 100644 --- a/zrp/about.py +++ b/zrp/about.py @@ -1,5 +1,5 @@ __title__ = "zrp" -__version__ = "0.1.7" +__version__ = "0.1.8" __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"