apv- 🐍 advanced python logging 📔 |
git clone git://git.acid.vegas/apv.git |
Log | Files | Refs | Archive | README | LICENSE |
commit ccd9642784acc0c7fac2a1e1c6cf5c0f948f6e9a
parent 0ff3713131da9d70083f02854cc925e80b76bdc7 Author: acidvegas <acid.vegas@acid.vegas> Date: Wed, 11 Dec 2024 21:43:44 -0500 Fixed UTF-8 stdout Diffstat:
|
3 files changed, 5 insertions(+), 2 deletions(-) | ||
diff --git a/apv/__init__.py b/apv/__init__.py @@ -1,4 +1,4 @@ from .apv import * -__version__ = '1.0.3' +__version__ = '1.0.4' __author__ = 'acidvegas' |