Skip to content

Commit 995fb51

Browse files
committed
Bump version to 0.5.1
1 parent 1006b16 commit 995fb51

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.0"
7+
version = "0.5.1"
88
authors = [
99
{ name="Shih Wei Chris Lo", email="shihwei@gmail.com" },
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.0"
1+
__version__ = "0.5.1"
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.0"
21+
VERSION = "0.5.1"
2222

2323

2424
class Client:

0 commit comments

Comments
 (0)