diff --git a/apv/__init__.py b/apv/__init__.py index 2eb2ab7..6d767dd 100644 --- a/apv/__init__.py +++ b/apv/__init__.py @@ -1,4 +1,4 @@ from .apv import * -__version__ = '1.0.0' +__version__ = '1.0.2' __author__ = 'acidvegas' diff --git a/setup.py b/setup.py index e98a876..e32398e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('README.md', 'r', encoding='utf-8') as fh: setup( name='apv', - version='1.0.0', + version='1.0.2', description='Advanced Python Logging', author='acidvegas', author_email='acid.vegas@acid.vegas', @@ -34,4 +34,4 @@ setup( 'License :: OSI Approved :: ISC License (ISCL)', 'Operating System :: OS Independent', ], -) \ No newline at end of file +)