Skip to content

Commit

Permalink
version 0.0.5
Browse files Browse the repository at this point in the history
version 0.0.5
  • Loading branch information
WwwwwyDev committed Apr 18, 2024
1 parent eb6991c commit e78144e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crawlist/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# 88YbdP88 8P 88""" dP__Yb Yb 88"Yb dP__Yb Yb "88 88""
# 88 YY 88 dP 88 dP""""Yb YboodP 88 Yb dP""""Yb YboodP 888888

VERSION = (0, 0, 4)
VERSION = (0, 0, 5)

__version__ = '.'.join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = '[email protected]'
AUTHOR = 'WwyDev'
REQUIRES_PYTHON = '>=3.8.0'
VERSION = '0.0.4'
VERSION = '0.0.5'
# What packages are required for this module to be executed?
REQUIRED = [
'parsel', 'selenium>=4.0.0', 'cssselect', 'lxml', 'requests', 'webdriver-manager'
Expand Down

0 comments on commit e78144e

Please sign in to comment.