Skip to content

Commit

Permalink
Merge pull request #166 from liormizr/Vresion_0.5.3
Browse files Browse the repository at this point in the history
Vresion_0.5.3
  • Loading branch information
liormizr authored Apr 11, 2024
2 parents bc86432 + 2271085 commit cddac08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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.2'
__version__ = '0.5.3'
__all__ = (
'register_configuration_parameter',
'StatResult',
Expand Down
1 change: 0 additions & 1 deletion s3path/old_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import smart_open.s3


__version__ = '0.5.0'
__all__ = (
'register_configuration_parameter',
'S3Path',
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
long_description = fh.read()
setup(
name='s3path',
version='0.5.2',
version='0.5.3',
url='https://github.com/liormizr/s3path',
author='Lior Mizrahi',
author_email='[email protected]',
# py_modules=['s3path'],
packages=['s3path'],
install_requires=[
'boto3>=1.16.35',
Expand Down

0 comments on commit cddac08

Please sign in to comment.