diff --git a/pyproject.toml b/pyproject.toml index d8ab60e..e03e3b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pywhat" -version = "4.3.1" +version = "5.0.0" description = "What is that thing?" authors = ["Bee "] license = "MIT" diff --git a/pywhat/__init__.py b/pywhat/__init__.py index 859f02f..d1b290a 100644 --- a/pywhat/__init__.py +++ b/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" tags = AvailableTags().get_tags() pywhat_tags = tags # left for backward compatibility purposes