diff --git a/pyproject.toml b/pyproject.toml index 92d37b5..6988cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pywhat" -version = "3.3.0" +version = "3.4.0" description = "What is that thing?" authors = ["Bee "] license = "MITr" diff --git a/pywhat/__init__.py b/pywhat/__init__.py index 1174bdb..cd920ef 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__ = "3.3.0" +__version__ = "3.4.0" pywhat_tags = AvailableTags().get_tags()