From c0d77d22db82ae4ee64357ba6ebe7973f5bf267f Mon Sep 17 00:00:00 2001 From: lior mizrahi Date: Fri, 12 Apr 2024 00:08:06 +0300 Subject: [PATCH] Vresion_0_5_5 --- s3path/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/s3path/__init__.py b/s3path/__init__.py index baaf2b8..3c7a830 100644 --- a/s3path/__init__.py +++ b/s3path/__init__.py @@ -5,7 +5,7 @@ from . import accessor -__version__ = '0.5.4' +__version__ = '0.5.5' __all__ = ( 'register_configuration_parameter', 'StatResult', diff --git a/setup.py b/setup.py index 9b099fd..5f50489 100644 --- a/setup.py +++ b/setup.py @@ -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',