Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liormizr authored Aug 24, 2024
1 parent 7f855b0 commit a1b06d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions s3path/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
s3path provides a Pythonic API to S3 by wrapping boto3 with pathlib interface
"""
import sys

from pathlib import Path
from . import accessor

__version__ = '0.5.7'
__version__ = '0.5.8'
__all__ = (
'Path',
'register_configuration_parameter',
'configuration_map',
'StatResult',
Expand Down

0 comments on commit a1b06d8

Please sign in to comment.