Skip to content

Commit

Permalink
Release wechatpy 2.0.0 alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 22, 2020
1 parent 7f70130 commit cbb5184
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
files = pyproject.toml wechatpy/__init__.py
commit = True
tag = True
current_version = 1.8.12
current_version = 2.0.0.alpha1

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wechatpy"
version = "1.8.12"
version = "2.0.0.alpha1"
description = "WeChat SDK for Python"
authors = ["messense <messense@icloud.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion wechatpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from wechatpy.pay import WeChatPay # NOQA
from wechatpy.replies import create_reply # NOQA

__version__ = "1.8.12"
__version__ = "2.0.0.alpha1"
__author__ = "messense"

# Set default logging handler to avoid "No handler found" warnings.
Expand Down

0 comments on commit cbb5184

Please sign in to comment.