From 825afa9b529b969608b4c79bf671c5841b0f63dc Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Mon, 6 Jan 2020 16:16:46 -0800 Subject: [PATCH] Proper badge links --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a04d320..1fdd6c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `pandas_path` - Path style access for pandas - [![PyPI](https://img.shields.io/pypi/v/pandas_path.svg)](https://pypi.org/project/pandas_path/) + [![PyPI](https://img.shields.io/pypi/v/pandas-path.svg)](https://pypi.org/project/pandas-path/) Love [`pathlib.Path`]()*? Love pandas? Wish it were easy to use pathlib methods on pandas Series? diff --git a/setup.py b/setup.py index 9094d97..7580f81 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def load_reqs(path): "Source Code": "https://github.com/drivendataorg/pandas-path", "DrivenData": "http://drivendata.co", }, - version="0.1.0", + version="0.1.1", author="DrivenData", author_email="info@drivendata.org", include_package_data=True,