From 85f74cd30bded78f46869b6f6d8792a943b750e6 Mon Sep 17 00:00:00 2001 From: bee-san Date: Fri, 22 Oct 2021 17:29:07 +0100 Subject: [PATCH] 5.0.0 release --- pyproject.toml | 2 +- pywhat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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