Skip to content

Commit 6f0fe98

Browse files
committed
bump version to 1.1.0
1 parent 768a3b6 commit 6f0fe98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from extend.models import VirtualCard, Transaction, RecurrenceConfig
66
from .extend import ExtendClient
77

8-
__version__ = "1.0.0"
8+
__version__ = "1.1.0"
99

1010
__all__ = [
1111
"ExtendClient",

pyproject.toml

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

55
[project]
66
name = "paywithextend"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Python client for the Extend API"
99
readme = "README.md"
1010
authors = [{ name = "Extend Engineering", email = "support@paywithextend.com" }]

0 commit comments

Comments
 (0)