Skip to content

Commit

Permalink
doc: fix Homepage link on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed May 3, 2021
1 parent 6f00442 commit 98ee217
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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()
Expand All @@ -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",
Expand Down

0 comments on commit 98ee217

Please sign in to comment.