Skip to content

Commit

Permalink
Merge pull request #5 from WwwwwyDev/develop
Browse files Browse the repository at this point in the history
up version
  • Loading branch information
WwwwwyDev authored May 5, 2024
2 parents 474f1c0 + 7aaca03 commit f854f94
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions crawlipt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .script import Script
from .action import Action
from .annotation import check, alias
from __version__ import __version__ as version
2 changes: 1 addition & 1 deletion crawlipt/__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, 3)
VERSION = (0, 0, 4)

__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 = 'wwy20001014@foxmail.com'
AUTHOR = 'WwwwwyDev'
REQUIRES_PYTHON = '>=3.10.0'
VERSION = '0.0.3'
VERSION = '0.0.4'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down
1 change: 0 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import crawlipt as cpt
import ddddocr as docr


def get_driver(is_headless=False, is_eager=False):
option = wd.ChromeOptions()
arguments = [
Expand Down

0 comments on commit f854f94

Please sign in to comment.