diff options
| author | tassaron | 2026-01-14 14:00:24 -0500 |
|---|---|---|
| committer | tassaron | 2026-01-14 14:00:24 -0500 |
| commit | 79f888cfb07723930c4c64bb10ffe068ab60971a (patch) | |
| tree | 23283b3cb72d3e68fefc2c6d081d73359e710487 /src | |
| parent | 025db7a468f14405fb8d7ea6ab38f73b54a54feb (diff) | |
change Python >=3.13 to >=3.12
Diffstat (limited to 'src')
| -rw-r--r-- | src/avp/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avp/__init__.py b/src/avp/__init__.py index ee9bebb..04f8141 100644 --- a/src/avp/__init__.py +++ b/src/avp/__init__.py @@ -3,7 +3,7 @@ import os import logging -__version__ = "2.1.0" +__version__ = "2.1.1" class Logger(logging.getLoggerClass()): |
