Skip to content

Commit b9ffb40

Browse files
committed
Update version.
1 parent f0163d7 commit b9ffb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
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

55
setup(name='ipinfo',
6-
version='1.0.0',
6+
version='1.0.1',
77
description='Official Python library for IPInfo',
88
long_description=long_description,
99
url='https://github.com/ipinfo/python',
1010
author='James Timmins',
1111
author_email='[email protected]',
1212
license='Apache License 2.0',
13-
packages=['ipinfo_wrapper', 'ipinfo_wrapper.cache'],
13+
packages=['ipinfo', 'ipinfo.cache'],
1414
install_requires=[
1515
'requests',
1616
'cachetools',

0 commit comments

Comments
 (0)