We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0566a4 commit 2bc9ae6Copy full SHA for 2bc9ae6
linkpreview/__init__.py
@@ -4,6 +4,6 @@
4
from .compose import link_preview
5
from .exceptions import LinkPreviewException
6
7
-__version__ = "0.11.0"
+__version__ = "0.12.0"
8
9
__all__ = (Link, LinkGrabber, LinkPreview, link_preview, LinkPreviewException)
0 commit comments