diff --git a/sdk/README.md b/sdk/README.md index 8bcc02c..8033122 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -3,8 +3,8 @@ FINBOURNE Technology This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.1.1092 -- Package version: 2.1.45 +- API version: 0.1.1093 +- Package version: 2.1.46 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://www.finbourne.com](https://www.finbourne.com) diff --git a/sdk/dist/lusid_workflow_sdk-2.1.46-py3-none-any.whl b/sdk/dist/lusid_workflow_sdk-2.1.46-py3-none-any.whl new file mode 100644 index 0000000..cb73b5a Binary files /dev/null and b/sdk/dist/lusid_workflow_sdk-2.1.46-py3-none-any.whl differ diff --git a/sdk/dist/lusid_workflow_sdk-2.1.46.tar.gz b/sdk/dist/lusid_workflow_sdk-2.1.46.tar.gz new file mode 100644 index 0000000..e3c43f9 Binary files /dev/null and b/sdk/dist/lusid_workflow_sdk-2.1.46.tar.gz differ diff --git a/sdk/lusid_workflow/configuration.py b/sdk/lusid_workflow/configuration.py index c073d24..975abdb 100644 --- a/sdk/lusid_workflow/configuration.py +++ b/sdk/lusid_workflow/configuration.py @@ -373,7 +373,7 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 0.1.1092\n"\ + "Version of the API: 0.1.1093\n"\ "SDK Package Version: {package_version}".\ format(env=sys.platform, pyversion=sys.version, package_version=package_version) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index e818870..10264e4 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lusid-workflow-sdk" -version = "2.1.45" +version = "2.1.46" description = "FINBOURNE Workflow API" authors = ["FINBOURNE Technology "] license = "MIT"