Prepair for v1.0.2

This commit is contained in:
Dionysus 2024-11-26 18:41:00 -05:00
parent 72047f1d8e
commit e32f49f9b1
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
from .apv import * from .apv import *
__version__ = '1.0.0' __version__ = '1.0.2'
__author__ = 'acidvegas' __author__ = 'acidvegas'

View File

@ -9,7 +9,7 @@ with open('README.md', 'r', encoding='utf-8') as fh:
setup( setup(
name='apv', name='apv',
version='1.0.0', version='1.0.2',
description='Advanced Python Logging', description='Advanced Python Logging',
author='acidvegas', author='acidvegas',
author_email='acid.vegas@acid.vegas', author_email='acid.vegas@acid.vegas',
@ -34,4 +34,4 @@ setup(
'License :: OSI Approved :: ISC License (ISCL)', 'License :: OSI Approved :: ISC License (ISCL)',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
], ],
) )