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