Skip to content

Commit f89a036

Browse files
committed
Update package name.
1 parent 8b10c27 commit f89a036

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ipinfo_wrapper/cache/interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import abc
22

3-
43
class CacheInterface(metaclass=abc.ABCMeta):
54
"""Interface for using custom cache."""
65

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
long_description = 'The official Python library for IPinfo. IPinfo prides itself on being the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. You can visit our developer docs at https://ipinfo.io/developers.'
44

5-
setup(name='ipinfo_wrapper',
6-
version='0.1.6',
5+
setup(name='ipinfo',
6+
version='1.0.0',
77
description='Official Python library for IPInfo',
88
long_description=long_description,
99
url='https://github.com/ipinfo/python',

0 commit comments

Comments
 (0)