Skip to content

Commit bc2435c

Browse files
committed
v0.0.3
1 parent df2dfa3 commit bc2435c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

httpie_aws_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from awsauth import S3Auth
1212

1313

14-
__version__ = '0.0.1'
14+
__version__ = '0.0.3'
1515
__author__ = 'Jakub Roztocil'
1616
__licence__ = 'BSD'
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name='httpie-aws-auth',
1010
description='AWS/S3 auth plugin for HTTPie.',
1111
long_description=open('README.rst').read().strip(),
12-
version='0.0.2',
12+
version='0.0.3',
1313
author='Jakub Roztocil',
1414
author_email='[email protected]',
1515
license='BSD',

0 commit comments

Comments
 (0)