diff --git a/lib_afr_s3storage/s3storage.py b/lib_afr_s3storage/s3storage.py index 84b8657..36b3a2d 100755 --- a/lib_afr_s3storage/s3storage.py +++ b/lib_afr_s3storage/s3storage.py @@ -9,7 +9,7 @@ import boto3 import csv import smart_open -from lib_afc_s3storage.afs3exception import AFS3Error +from lib_afr_s3storage.afs3exception import AFS3Error class S3Storage: diff --git a/setup.py b/setup.py index 5a14559..03c8e03 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.1', + version='1.0.2', author='', author_email='', description='',