Skip to content

Commit 36a928a

Browse files
committed
deps: update project dependencies for PyPI deploy
1 parent cd37418 commit 36a928a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packageName": "notehub_py",
33
"packageUrl": "https://github.com/blues/notehub-py",
44
"projectName": "notehub-py",
5-
"packageVersion": "2.0.0"
5+
"packageVersion": "2.1.0"
66
}

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The OpenAPI definition for the Notehub.io API.
55
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 1.2.0
8-
- Package version: 2.0.0
8+
- Package version: 2.1.0
99
- Generator version: 7.5.0
1010
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111
For more information, please visit [https://dev.blues.io/support/](https://dev.blues.io/support/)

src/notehub_py/__init__.py

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

1717

18-
__version__ = "2.0.0"
18+
__version__ = "2.1.0"
1919

2020
# import apis into sdk package
2121
from notehub_py.api.alert_api import AlertApi

src/notehub_py/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/2.0.0/python"
89+
self.user_agent = "OpenAPI-Generator/2.1.0/python"
9090
self.client_side_validation = configuration.client_side_validation
9191

9292
def __enter__(self):

src/notehub_py/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def to_debug_report(self):
423423
"OS: {env}\n"
424424
"Python Version: {pyversion}\n"
425425
"Version of the API: 1.2.0\n"
426-
"SDK Package Version: 2.0.0".format(env=sys.platform, pyversion=sys.version)
426+
"SDK Package Version: 2.1.0".format(env=sys.platform, pyversion=sys.version)
427427
)
428428

429429
def get_host_settings(self):

src/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 = "notehub_py"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Notehub API"
55
authors = ["Blues Engineering <[email protected]>"]
66
license = "MIT"

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# prerequisite: setuptools
2626
# http://pypi.python.org/pypi/setuptools
2727
NAME = "notehub-py"
28-
VERSION = "2.0.0"
28+
VERSION = "2.1.0"
2929
PYTHON_REQUIRES = ">=3.7"
3030
REQUIRES = [
3131
"urllib3 >= 2.5.0",

0 commit comments

Comments
 (0)