diff --git a/lib_afr_s3storage/__init__.py b/lib_afr_s3storage/__init__.py index b26240d..700681c 100755 --- a/lib_afr_s3storage/__init__.py +++ b/lib_afr_s3storage/__init__.py @@ -4,5 +4,5 @@ lib_afc_s3storage A Python library for managing S3 object storage """ -from lib_afc_s3storage.s3storage import S3Storage -from lib_afc_s3storage.afs3exception import AFS3Error +from lib_afr_s3storage.s3storage import S3Storage +from lib_afr_s3storage.afs3exception import AFS3Error diff --git a/setup.py b/setup.py index a1426f7..5a14559 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('README.md', 'r') as f: setup( name='lib_afr_s3storage', - version='1.0.0', + version='1.0.1', author='', author_email='', description='',