Skip to content

Commit 06ed851

Browse files
committed
Bump to version 0.7.0
1 parent bcbab6f commit 06ed851

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "paddle-client"
33
packages = [
44
{include = "paddle"}
55
]
6-
version = "0.6.0"
6+
version = "0.7.0"
77
description = "Python wrapper around the Paddle.com API"
88
license = "MIT"
99
authors = ["Matt Pye <pyematt@gmail.com>"]

tests/test_subscription_payments.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import pytest
66

77
from paddle import PaddleException
8+
89
from .test_paddle import BadPaddleDataWarning, paddle_client # NOQA: F401
910

1011

0 commit comments

Comments
 (0)