Skip to content

Commit

Permalink
Bump version: 2.0.0.alpha10 → 2.0.0.alpha11
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 8, 2021
1 parent d35fd21 commit 8307d67
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,7 +2,7 @@
files = pyproject.toml wechatpy/__init__.py
commit = True
tag = True
current_version = 2.0.0.alpha10
current_version = 2.0.0.alpha11
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>(alpha|stable))(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{build}
Expand Down
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 = "2.0.0.alpha10"
version = "2.0.0.alpha11"
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__ = "2.0.0.alpha10"
__version__ = "2.0.0.alpha11"
__author__ = "messense"

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

0 comments on commit 8307d67

Please sign in to comment.