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

View File

@ -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

View File

@ -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='',