Compare commits

..

No commits in common. "fda5957a047a3bef3f359818c4814c136bbae342" and "e6756888e7d099f861a1fa207520f12531bbc161" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
__version__ = '1.0.3'
__version__ = '1.0.2'
__description__ = 'Look up canonical information for AWS IP addresses and networks'

View File

@ -17,7 +17,7 @@ setup(
url='http://github.com/dcarrillo/digaws',
author='Daniel Carrillo',
author_email='daniel.carrillo@gmail.com',
license='Apache Software License',
license='MIT',
packages=['digaws'],
zip_safe=False,
classifiers=[