diff --git a/setup.py b/setup.py index 8c8d41e..b2b1dfc 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name='awss', packages=['awss'], entry_points={'console_scripts': ['awss=awss.core:main']}, - version='0.9.12', + version='0.9.13', author="Robert Peteuil", author_email="robert.s.peteuil@gmail.com", url='https://github.com/robertpeteuil/aws-shortcuts',