Skip to content

Commit

Permalink
Proper badge links
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Jan 7, 2020
1 parent f3f6b53 commit 825afa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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?

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
include_package_data=True,
Expand Down

0 comments on commit 825afa9

Please sign in to comment.