aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/codegen_python_client.sh
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-17 14:33:37 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:16:25 -0800
commitc14e301bbc74e9b87d835813609362e2489d963a (patch)
tree190387e7ee642af7dbe6f591b34b1bf533095e87 /python_openapi_client/codegen_python_client.sh
parenta0dd2fe16287328101e9ebb0e94f65709318b252 (diff)
downloadfatcat-c14e301bbc74e9b87d835813609362e2489d963a.tar.gz
fatcat-c14e301bbc74e9b87d835813609362e2489d963a.zip
update python client library codegen for content_scope
Diffstat (limited to 'python_openapi_client/codegen_python_client.sh')
-rwxr-xr-xpython_openapi_client/codegen_python_client.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/python_openapi_client/codegen_python_client.sh b/python_openapi_client/codegen_python_client.sh
index bbf2ad83..670fb190 100755
--- a/python_openapi_client/codegen_python_client.sh
+++ b/python_openapi_client/codegen_python_client.sh
@@ -20,7 +20,7 @@ docker run \
--input-spec /tmp/swagger/api.yml \
--output /tmp/swagger/ \
--package-name=fatcat_openapi_client \
- -p packageVersion="0.4.0"
+ -p packageVersion="0.4.1"
sudo chown -R `whoami`:`whoami` $OUTPUT
mkdir -p fatcat_openapi_client