Skip to content

Commit 5207a56

Browse files
committed
Bump version to 0.5.2
1 parent 8fa6cb8 commit 5207a56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tappay"
7-
version = "0.5.1"
7+
version = "0.5.2"
88
authors = [
99
{ name="Shih Wei Chris Lo", email="[email protected]" },
1010
]

tappay/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.5.2"
22

33
from tappay.client import Client
44
from tappay.exceptions import (

tappay/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# or just duplicate/move it. Let's define it in client.py for now to
1919
# avoid circular dependency if __init__ imports client. Actually, the
2020
# original code used it in User-Agent.
21-
VERSION = "0.5.1"
21+
VERSION = "0.5.2"
2222

2323

2424
class Client:

0 commit comments

Comments
 (0)