Skip to content

Commit 8af7df6

Browse files
committed
chore(api): Bump package version
1 parent 6f114a1 commit 8af7df6

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 1.0
7-
- Package version: 1.0.0
7+
- Package version: 3.0.1
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageName": "hyperstack",
3-
"packageVersion": "1.0.0",
3+
"packageVersion": "3.0.1",
44
"packageUrl": "https://github.com/szczad/hyperstack-api"
55
}

hyperstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.0.0"
17+
__version__ = "3.0.1"
1818

1919
# import apis into sdk package
2020
from hyperstack.api.pricebook_api import PricebookApi

hyperstack/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
self.default_headers[header_name] = header_value
8787
self.cookie = cookie
8888
# Set default User-Agent.
89-
self.user_agent = 'OpenAPI-Generator/1.0.0/python'
89+
self.user_agent = 'OpenAPI-Generator/3.0.1/python'
9090
self.client_side_validation = configuration.client_side_validation
9191

9292
def __enter__(self):

hyperstack/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def to_debug_report(self):
408408
"OS: {env}\n"\
409409
"Python Version: {pyversion}\n"\
410410
"Version of the API: 1.0\n"\
411-
"SDK Package Version: 1.0.0".\
411+
"SDK Package Version: 3.0.1".\
412412
format(env=sys.platform, pyversion=sys.version)
413413

414414
def get_host_settings(self):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hyperstack"
3-
version = "1.0.0"
3+
version = "3.0.1"
44
description = "Infrahub-API"
55
authors = ["OpenAPI Generator Community <[email protected]>"]
66
license = "NoLicense"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# prerequisite: setuptools
2222
# http://pypi.python.org/pypi/setuptools
2323
NAME = "hyperstack"
24-
VERSION = "1.0.0"
24+
VERSION = "3.0.1"
2525
PYTHON_REQUIRES = ">=3.7"
2626
REQUIRES = [
2727
"urllib3 >= 1.25.3, < 2.1.0",

0 commit comments

Comments
 (0)