We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bf98c commit 85f74cdCopy full SHA for 85f74cd
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pywhat"
3
-version = "4.3.1"
+version = "5.0.0"
4
description = "What is that thing?"
5
authors = ["Bee <github@skerritt.blog>"]
6
license = "MIT"
pywhat/__init__.py
@@ -2,7 +2,7 @@
from pywhat.helper import AvailableTags, Keys
from pywhat.identifier import Identifier
-__version__ = "4.3.1"
+__version__ = "5.0.0"
7
tags = AvailableTags().get_tags()
8
pywhat_tags = tags # left for backward compatibility purposes
0 commit comments