Skip to content

Commit

Permalink
Vresion_0_5_5
Browse files Browse the repository at this point in the history
  • Loading branch information
liormizr committed Apr 11, 2024
1 parent 952a61e commit c0d77d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3path/__init__.py
Expand Up @@ -5,7 +5,7 @@

from . import accessor

__version__ = '0.5.4'
__version__ = '0.5.5'
__all__ = (
'register_configuration_parameter',
'StatResult',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
long_description = fh.read()
setup(
name='s3path',
version='0.5.4',
version='0.5.5',
url='https://github.com/liormizr/s3path',
author='Lior Mizrahi',
author_email='li.mizr@gmail.com',
Expand Down

0 comments on commit c0d77d2

Please sign in to comment.