Skip to content

Commit

Permalink
build(2.3.0): Generate SDK for SEP 2.3.0 (#72)
Browse files Browse the repository at this point in the history
Generate SDK for SEP 2.3.0
  • Loading branch information
vtaskow authored Jul 11, 2024
1 parent 95681e9 commit 75173d1
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion config/python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "seldon-deploy-sdk",
"packageName": "seldon_deploy_sdk",
"packageVersion": "2.2.0",
"packageVersion": "2.3.0",
"packageUrl": "https://deploy.seldon.io"
}
2 changes: 1 addition & 1 deletion python/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions python/licenses/license.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions python/licenses/license_info.csv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/seldon_deploy_sdk/api_client.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/seldon_deploy_sdk/configuration.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/setup.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/test-requirements.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/python/test-requirements.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tox<4.0.0
wheel >= 0.41.2

# Publish to PyPi
twine<3.3.0
twine>=5.1.1

# Generate licenses
pip-licenses==3.0.0

0 comments on commit 75173d1

Please sign in to comment.