Skip to content

Commit ce3f057

Browse files
authored
Merge pull request #168 from liormizr/Version_0_5_4
Vresion_0.5.4
2 parents cddac08 + db9ecab commit ce3f057

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3'
8+
__version__ = '0.5.4'
99
__all__ = (
1010
'register_configuration_parameter',
1111
'StatResult',

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
long_description = fh.read()
66
setup(
77
name='s3path',
8-
version='0.5.3',
8+
version='0.5.4',
99
url='https://github.com/liormizr/s3path',
1010
author='Lior Mizrahi',
1111
author_email='[email protected]',
1212
packages=['s3path'],
1313
install_requires=[
1414
'boto3>=1.16.35',
15-
'smart-open',
15+
'smart-open>=5.1.0',
1616
],
1717
license='Apache 2.0',
1818
long_description=long_description,

0 commit comments

Comments
 (0)