Skip to content

Commit

Permalink
Merge pull request #15 from WwwwwyDev/develop
Browse files Browse the repository at this point in the history
version 0.1.0
  • Loading branch information
WwwwwyDev authored May 9, 2024
2 parents dccb5ae + 77e586b commit e610d90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
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, 9)
VERSION = (0, 1, 0)

__version__ = '.'.join(map(str, VERSION))
1 change: 1 addition & 0 deletions crawlipt/actions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
from .window import Window
from .scroll import Scroll
from .alert import Alert
from .util import Util
2 changes: 1 addition & 1 deletion crawlipt/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_dict(obj):
class ScriptProcess:
ACTIONS = get_dict(Action)
CONDITIONS = get_dict(Condition)
__POP_KEY = {"method", "next", "if", "check", "condition", "loop", "return_flag"}
__POP_KEY = {"method", "next", "if", "check", "condition", "loop", "return_flag", "while"}

@staticmethod
@check
Expand Down
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.9'
VERSION = '0.1.0'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit e610d90

Please sign in to comment.