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:
|
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' |