From b846a0d7a75511bdbea4768ce80d0ce01fe06254 Mon Sep 17 00:00:00 2001 From: Nolan Burfield Date: Tue, 6 May 2025 19:53:50 -0700 Subject: [PATCH] bug fix --- lib_afr_s3storage/s3storage.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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='',