Prepair for v1.0.2
This commit is contained in:
parent
72047f1d8e
commit
9cdea50faa
@ -1,4 +1,4 @@
|
|||||||
from .apv import *
|
from .apv import *
|
||||||
|
|
||||||
__version__ = '1.0.0'
|
__version__ = '1.0.2'
|
||||||
__author__ = 'acidvegas'
|
__author__ = 'acidvegas'
|
||||||
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user