We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cddac08 + db9ecab commit ce3f057Copy full SHA for ce3f057
s3path/__init__.py
@@ -5,7 +5,7 @@
5
6
from . import accessor
7
8
-__version__ = '0.5.3'
+__version__ = '0.5.4'
9
__all__ = (
10
'register_configuration_parameter',
11
'StatResult',
setup.py
@@ -5,14 +5,14 @@
long_description = fh.read()
setup(
name='s3path',
- version='0.5.3',
+ version='0.5.4',
url='https://github.com/liormizr/s3path',
author='Lior Mizrahi',
author_email='[email protected]',
12
packages=['s3path'],
13
install_requires=[
14
'boto3>=1.16.35',
15
- 'smart-open',
+ 'smart-open>=5.1.0',
16
],
17
license='Apache 2.0',
18
long_description=long_description,
0 commit comments