mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Fix Logo alignment for PYPI description
This commit is contained in:
@@ -2,7 +2,7 @@ import logging
|
||||
from .config import VCR
|
||||
from logging import NullHandler
|
||||
|
||||
__version__ = "4.0.0"
|
||||
__version__ = "4.0.1"
|
||||
|
||||
logging.getLogger(__name__).addHandler(NullHandler())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user