apv

- 🐍 advanced python logging 📔
git clone git://git.acid.vegas/apv.git
Log | Files | Refs | Archive | README | LICENSE

commit e32f49f9b13a423ef6369c9f21dea7e791aeaad9
parent 72047f1d8ee14e67792b39e6f1eb08a962219810
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 26 Nov 2024 18:41:00 -0500

Prepair for v1.0.2

Diffstat:
Mapv/__init__.py | 2+-
Msetup.py | 5++---

2 files changed, 3 insertions(+), 4 deletions(-)

diff --git 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
@@ -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
+)