Corrected afc to be afr in a few places

This commit is contained in:
Rick Ross 2025-05-06 12:11:23 -07:00
parent 67b76e4ad9
commit 335ae7a921
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
"""
lib_afc_mosaic
lib_afr_mosaic
---------------------------------------
A Python library for working with AFC Mosaic files
A Python library for working with AFC Retail Mosaic files
"""

View File

@ -11,7 +11,7 @@ import codecs
import phonenumbers
from lib_afc_mosaic.helpers import (
from lib_afr_mosaic.helpers import (
read_voterdata_csv_stream, write_csv_file
)

View File

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