1
0
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:
Josh Peak
2019-12-20 12:11:01 +11:00
parent 4495dbd1ce
commit f07083e7cc
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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())