This commit is contained in:
Nolan Burfield 2025-05-06 19:53:50 -07:00
parent a0126fbc6c
commit b846a0d7a7
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import boto3
import csv import csv
import smart_open import smart_open
from lib_afc_s3storage.afs3exception import AFS3Error from lib_afr_s3storage.afs3exception import AFS3Error
class S3Storage: class S3Storage:

View File

@ -9,7 +9,7 @@ with open('README.md', 'r') as f:
setup( setup(
name='lib_afr_s3storage', name='lib_afr_s3storage',
version='1.0.1', version='1.0.2',
author='', author='',
author_email='', author_email='',
description='', description='',