Skip to content

Commit

Permalink
release v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLizu committed Jul 3, 2023
1 parent ffd4e43 commit 78ac994
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "wpdetect"
version = "1.4.10"
version = "1.4.9"
dependencies = [
"pyfiglet", "requests", "click"
]
Expand Down
2 changes: 1 addition & 1 deletion wpdetect/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

HEADER = "'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14" + \
" (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'"
VERSION = "1.4.10"
VERSION = "1.4.9"

# Error messages
ERROR_UNABLE_TO_OPEN_URL = "Couldn't open url," + \
Expand Down

0 comments on commit 78ac994

Please # to comment.