Skip to content

Commit c0d77d2

Browse files
committed
Vresion_0_5_5
1 parent 952a61e commit c0d77d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: s3path/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from . import accessor
77

8-
__version__ = '0.5.4'
8+
__version__ = '0.5.5'
99
__all__ = (
1010
'register_configuration_parameter',
1111
'StatResult',

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = fh.read()
66
setup(
77
name='s3path',
8-
version='0.5.4',
8+
version='0.5.5',
99
url='https://github.com/liormizr/s3path',
1010
author='Lior Mizrahi',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)