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:
@@ -10,7 +10,6 @@ VCR.py 📼
|
||||
|
||||
.. image:: https://vcrpy.readthedocs.io/en/latest/_images/vcr.svg
|
||||
:alt: vcr.py logo
|
||||
:align: right
|
||||
|
||||
|
||||
This is a Python version of `Ruby's VCR
|
||||
|
||||
@@ -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