Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Carrillo fda5957a04
Bump version to 1.0.3 2020-12-28 14:50:15 +01:00
Daniel Carrillo 0b2f98fa4f
Fix license at setup.py 2020-12-28 14:01:44 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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