Skip to content

Commit

Permalink
Fix README reading issue, bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Dec 9, 2020
1 parent 19993b4 commit 4c0d0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipify2/__info__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.1'
__version__ = '1.0.2'

__title__ = "ipify2"
__author__ = 'Nate Harris'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import ipify2.__info__ as package_info

with open("README.md", "r") as fh:
with open("README.rst", "r") as fh:
long_description = fh.read()

with open("requirements.txt", 'r') as fh:
Expand Down

0 comments on commit 4c0d0e4

Please sign in to comment.