Skip to content

Commit

Permalink
Merge pull request #11 from WwwwwyDev/develop
Browse files Browse the repository at this point in the history
version 0.0.7
  • Loading branch information
WwwwwyDev authored May 8, 2024
2 parents 0b71ee5 + bc25dd7 commit 2546811
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion crawlipt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
from .annotation import check, alias
from .pojo import Variable, VariableBase, StoreBase
import crawlipt.error
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, 6)
VERSION = (0, 0, 7)

__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.6'
VERSION = '0.0.7'

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

0 comments on commit 2546811

Please sign in to comment.