File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
src/mollie_api_python_alpha Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- pyproject.toml
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 1.0.0
6
6
speakeasyVersion: 1.505.2
7
7
generationVersion: 2.531.3
8
- releaseVersion: 0.1.2
9
- configChecksum: cda5b25682382f97c558a655abb081fa
8
+ releaseVersion: 0.1.4
9
+ configChecksum: c85cde1e217e551302e6180f4fe5aa71
10
10
published: true
11
11
features:
12
12
python:
@@ -1200,6 +1200,7 @@ generatedFiles:
1200
1200
- poetry.toml
1201
1201
- py.typed
1202
1202
- pylintrc
1203
+ - pyproject.toml
1203
1204
- scripts/prepare-readme.py
1204
1205
- scripts/publish.sh
1205
1206
- src/mollie_api_python_alpha/__init__.py
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ generation:
18
18
oAuth2ClientCredentialsEnabled : true
19
19
oAuth2PasswordEnabled : true
20
20
python :
21
- version : 0.1.2
21
+ version : 0.1.4
22
22
additionalDependencies :
23
23
dev : {}
24
24
main : {}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ speakeasyVersion: 1.505.2
2
2
sources:
3
3
Mollie API:
4
4
sourceNamespace: mollie-api
5
- sourceRevisionDigest: sha256:42aeae929f07ea17bfe3f36d46e49ac973920db6129c0a80441d4815bf07b541
5
+ sourceRevisionDigest: sha256:1db22b2201fdb1ddcd159669588ea7263cf625e525e93e6519c4ce66a4154597
6
6
sourceBlobDigest: sha256:8e81064e139b4dae5cb23f781f8adfa18096ffb2ce1eff7e9e2cf4fe8b00d83c
7
7
tags:
8
8
- latest
@@ -11,10 +11,10 @@ targets:
11
11
client:
12
12
source: Mollie API
13
13
sourceNamespace: mollie-api
14
- sourceRevisionDigest: sha256:42aeae929f07ea17bfe3f36d46e49ac973920db6129c0a80441d4815bf07b541
14
+ sourceRevisionDigest: sha256:1db22b2201fdb1ddcd159669588ea7263cf625e525e93e6519c4ce66a4154597
15
15
sourceBlobDigest: sha256:8e81064e139b4dae5cb23f781f8adfa18096ffb2ce1eff7e9e2cf4fe8b00d83c
16
16
codeSamplesNamespace: mollie-api-python-code-samples
17
- codeSamplesRevisionDigest: sha256:a16084e356db5c2c02f1050c885e4cb7cb81d2f11c1d1245a051caaad7f79a78
17
+ codeSamplesRevisionDigest: sha256:9da2dfdca7015314595f44c6441f1460c411b510e6c21766c86d98c1db82f71a
18
18
workflow:
19
19
workflowVersion: 1.0.0
20
20
speakeasyVersion: latest
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " mollie-api-python-alpha"
3
- version = " 0.1.2 "
3
+ version = " 0.1.4 "
4
4
description = " Python Client SDK Generated by Speakeasy."
5
5
authors = [{ name = " Speakeasy" },]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 3
3
import importlib .metadata
4
4
5
5
__title__ : str = "mollie-api-python-alpha"
6
- __version__ : str = "0.1.2 "
6
+ __version__ : str = "0.1.4 "
7
7
__openapi_doc_version__ : str = "1.0.0"
8
8
__gen_version__ : str = "2.531.3"
9
- __user_agent__ : str = "speakeasy-sdk/python 0.1.2 2.531.3 1.0.0 mollie-api-python-alpha"
9
+ __user_agent__ : str = "speakeasy-sdk/python 0.1.4 2.531.3 1.0.0 mollie-api-python-alpha"
10
10
11
11
try :
12
12
if __package__ is not None :
You can’t perform that action at this time.
0 commit comments