Skip to content

Commit

Permalink
Merge pull request #168 from liormizr/Version_0_5_4
Browse files Browse the repository at this point in the history
Vresion_0.5.4
  • Loading branch information
liormizr committed Apr 11, 2024
2 parents cddac08 + db9ecab commit ce3f057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion s3path/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from . import accessor

__version__ = '0.5.3'
__version__ = '0.5.4'
__all__ = (
'register_configuration_parameter',
'StatResult',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='li.mizr@gmail.com',
packages=['s3path'],
install_requires=[
'boto3>=1.16.35',
'smart-open',
'smart-open>=5.1.0',
],
license='Apache 2.0',
long_description=long_description,
Expand Down

0 comments on commit ce3f057

Please sign in to comment.