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