From 98ee217eda816c596a30245e8bdb15b637215a20 Mon Sep 17 00:00:00 2001 From: Daigo Tanaka Date: Mon, 3 May 2021 06:51:10 +0000 Subject: [PATCH] doc: fix Homepage link on pypi --- HISTORY.md | 4 ++++ setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ae8e44f..3bcc3c1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## History +### 0.2.1 (2021-05-02) + +- fix: Homepage link on pypi + ### 0.2.0 (2021-05-02) - feature: jsonpath support for the record_level parameter in getschema.infer_schema function. diff --git a/setup.py b/setup.py index 1453e83..4f3c6f4 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python from setuptools import setup -VERSION = "0.2.0" +VERSION = "0.2.1" with open("README.md", "r") as fh: long_description = fh.read() @@ -13,7 +13,7 @@ long_description=long_description, long_description_content_type="text/markdown", author="Daigo Tanaka, Anelen Co., LLC", - url="https://github.com/daigotanaka/getschema", + url="https://github.com/anelendata/getschema", classifiers=[ "Development Status :: 4 - Beta",