Skip to content

Commit

Permalink
0.0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Dec 20, 2021
1 parent a4252b1 commit 6558efb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ API to access and control Slurm.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.0.37
- Package version: 1.0.0
- Package version: 0.0.37.1
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.schedmd.com/](https://www.schedmd.com/)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "slurm-rest"
VERSION = "0.0.37.0"
VERSION = "0.0.37.1"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion slurm_rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "0.0.37.0"
__version__ = "0.0.37.1"

# import ApiClient
from slurm_rest.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion slurm_rest/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 = 'OpenAPI-Generator/0.0.37.0/python'
self.user_agent = 'OpenAPI-Generator/0.0.37.1/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion slurm_rest/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.0.37\n"\
"SDK Package Version: 0.0.37.0".\
"SDK Package Version: 0.0.37.1".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down

0 comments on commit 6558efb

Please sign in to comment.