Skip to content

Commit

Permalink
releasing 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-san committed Oct 8, 2021
1 parent fbf9150 commit eaba5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pywhat"
version = "4.1.0"
version = "4.2.0"
description = "What is that thing?"
authors = ["Bee <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pywhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pywhat.helper import AvailableTags, Keys
from pywhat.identifier import Identifier

__version__ = "4.1.0"
__version__ = "4.2.0"

tags = AvailableTags().get_tags()
pywhat_tags = tags # left for backward compatibility purposes
Expand Down

0 comments on commit eaba5e1

Please sign in to comment.