Skip to content

Commit

Permalink
version -> v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Jul 27, 2017
1 parent 41233d4 commit 551fb58
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions wechatsogou/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
from wechatsogou.structuring import WechatSogouStructuring
from wechatsogou.exceptions import WechatSogouException, WechatSogouVcodeOcrException, WechatSogouRequestsException

__all__ = ['WechatSogouAPI', 'WechatSogouRequest', 'WechatSogouStructuring', 'WechatSogouException',
'WechatSogouVcodeOcrException', 'WechatSogouRequestsException']
__all__ = [
'WechatSogouAPI',
'WechatSogouRequest',
'WechatSogouStructuring',
'WechatSogouException',
'WechatSogouVcodeOcrException',
'WechatSogouRequestsException']

__version__ = "2.0.5"
__version__ = "3.0.0"

"""doc string
Expand Down

0 comments on commit 551fb58

Please sign in to comment.