Skip to content

Commit

Permalink
Merge pull request #132 from bee-san/bee-san-patch-1
Browse files Browse the repository at this point in the history
Release 3.4.0 :)
  • Loading branch information
piatrashkakanstantinass authored Aug 26, 2021
2 parents 56597bf + b86ddfb commit 3f67191
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.3.0"
version = "3.4.0"
description = "What is that thing?"
authors = ["Bee <github@skerritt.blog>"]
license = "MITr"
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.3.0"
__version__ = "3.4.0"

pywhat_tags = AvailableTags().get_tags()

Expand Down

0 comments on commit 3f67191

Please # to comment.