Skip to content

Commit 85f74cd

Browse files
committed
5.0.0 release
1 parent e9bf98c commit 85f74cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pywhat"
3-
version = "4.3.1"
3+
version = "5.0.0"
44
description = "What is that thing?"
55
authors = ["Bee <github@skerritt.blog>"]
66
license = "MIT"

pywhat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pywhat.helper import AvailableTags, Keys
33
from pywhat.identifier import Identifier
44

5-
__version__ = "4.3.1"
5+
__version__ = "5.0.0"
66

77
tags = AvailableTags().get_tags()
88
pywhat_tags = tags # left for backward compatibility purposes

0 commit comments

Comments
 (0)