Skip to content

Commit

Permalink
Bump version: 2.0.0.alpha6 → 2.0.0.alpha7
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 17, 2021
1 parent 1e0cd87 commit fea4f02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 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.alpha6
current_version = 2.0.0.alpha7
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>(alpha|stable))(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{build}
Expand All @@ -14,3 +14,4 @@ optional_value = stable
values =
alpha
stable

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.alpha6"
version = "2.0.0.alpha7"
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.alpha6"
__version__ = "2.0.0.alpha7"
__author__ = "messense"

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

0 comments on commit fea4f02

Please sign in to comment.