Skip to content

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piatrashkakanstantinas committed Aug 28, 2021
1 parent 40439e8 commit d674c49
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 = "3.4.0"
version = "3.4.1"
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__ = "3.4.0"
__version__ = "3.4.1"

pywhat_tags = AvailableTags().get_tags()

Expand Down

0 comments on commit d674c49

Please sign in to comment.