Skip to content

Commit f07083e

Browse files
committed
Fix Logo alignment for PYPI description
1 parent 4495dbd commit f07083e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: README.rst

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ VCR.py 📼
1010

1111
.. image:: https://vcrpy.readthedocs.io/en/latest/_images/vcr.svg
1212
:alt: vcr.py logo
13-
:align: right
1413

1514

1615
This is a Python version of `Ruby's VCR

Diff for: vcr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .config import VCR
33
from logging import NullHandler
44

5-
__version__ = "4.0.0"
5+
__version__ = "4.0.1"
66

77
logging.getLogger(__name__).addHandler(NullHandler())
88

0 commit comments

Comments
 (0)