Skip to content

Commit 1180968

Browse files
99fecdcea30283144cbdc5cf662759e1a2b4c0c3
1 parent 3e6c333 commit 1180968

225 files changed

Lines changed: 231 additions & 231 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions

neurostore_sdk/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
Create studysets for meta-analysis
99
10-
The version of the OpenAPI document: 1.0
10+
The version of the OpenAPI document: 1.1
1111
Contact: jamesdkent21@gmail.com
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "1.0"
18+
__version__ = "1.1"
1919

2020
# Define package exports
2121
__all__ = [

neurostore_sdk/api/store_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Create studysets for meta-analysis
77

8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.1
99
Contact: jamesdkent21@gmail.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

neurostore_sdk/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Create studysets for meta-analysis
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.1
99
Contact: jamesdkent21@gmail.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -92,7 +92,7 @@ def __init__(
9292
self.default_headers[header_name] = header_value
9393
self.cookie = cookie
9494
# Set default User-Agent.
95-
self.user_agent = 'OpenAPI-Generator/1.0/python'
95+
self.user_agent = 'OpenAPI-Generator/1.1/python'
9696
self.client_side_validation = configuration.client_side_validation
9797

9898
def __enter__(self):

neurostore_sdk/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Create studysets for meta-analysis
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.1
99
Contact: jamesdkent21@gmail.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -514,8 +514,8 @@ def to_debug_report(self) -> str:
514514
return "Python SDK Debug Report:\n"\
515515
"OS: {env}\n"\
516516
"Python Version: {pyversion}\n"\
517-
"Version of the API: 1.0\n"\
518-
"SDK Package Version: 1.0".\
517+
"Version of the API: 1.1\n"\
518+
"SDK Package Version: 1.1".\
519519
format(env=sys.platform, pyversion=sys.version)
520520

521521
def get_host_settings(self) -> List[HostSetting]:

neurostore_sdk/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Create studysets for meta-analysis
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.1
99
Contact: jamesdkent21@gmail.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

neurostore_sdk/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Create studysets for meta-analysis
88
9-
The version of the OpenAPI document: 1.0
9+
The version of the OpenAPI document: 1.1
1010
Contact: jamesdkent21@gmail.com
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212

neurostore_sdk/models/analysis_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Create studysets for meta-analysis
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.1
99
Contact: jamesdkent21@gmail.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

neurostore_sdk/models/analysis_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Create studysets for meta-analysis
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.1
99
Contact: jamesdkent21@gmail.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

neurostore_sdk/models/analysis_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Create studysets for meta-analysis
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.1
99
Contact: jamesdkent21@gmail.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)