We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768a3b6 commit 6f0fe98Copy full SHA for 6f0fe98
extend/__init__.py
@@ -5,7 +5,7 @@
5
from extend.models import VirtualCard, Transaction, RecurrenceConfig
6
from .extend import ExtendClient
7
8
-__version__ = "1.0.0"
+__version__ = "1.1.0"
9
10
__all__ = [
11
"ExtendClient",
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
[project]
name = "paywithextend"
-version = "1.0.0"
+version = "1.1.0"
description = "Python client for the Extend API"
readme = "README.md"
authors = [{ name = "Extend Engineering", email = "support@paywithextend.com" }]
0 commit comments