Skip to content

Commit

Permalink
Update UA version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed May 9, 2024
1 parent b4d60b4 commit 4001414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemmapy/sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'gemmapy/0.0.2'
self.user_agent = 'gemmapy/1.0.0'

def __del__(self):
self.pool.close()
Expand Down
2 changes: 1 addition & 1 deletion sdk-gen/generate-sdk.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
swagger_version=3.0.55
gemmapy_version=0.0.2
gemmapy_version=1.0.0
temp_sdk_dir=$(mktemp -d)
script_dir=$(dirname "${BASH_SOURCE[0]}")
echo "Updating openapi.yaml..."
Expand Down

0 comments on commit 4001414

Please sign in to comment.