We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2dfa3 commit bc2435cCopy full SHA for bc2435c
httpie_aws_auth.py
@@ -11,7 +11,7 @@
11
from awsauth import S3Auth
12
13
14
-__version__ = '0.0.1'
+__version__ = '0.0.3'
15
__author__ = 'Jakub Roztocil'
16
__licence__ = 'BSD'
17
setup.py
@@ -9,7 +9,7 @@
9
name='httpie-aws-auth',
10
description='AWS/S3 auth plugin for HTTPie.',
long_description=open('README.rst').read().strip(),
- version='0.0.2',
+ version='0.0.3',
author='Jakub Roztocil',
author_email='jakub@roztocil.co',
license='BSD',
0 commit comments