Skip to content

Commit 3e8b577

Browse files
author
Grzegorz Olszewski
committed
fix: defective build
1 parent ce42845 commit 3e8b577

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aylien_news_api/__init__.py

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

1616
from __future__ import absolute_import
1717

18-
__version__ = "4.6.0"
18+
__version__ = "4.6.1"
1919

2020
# import apis into sdk package
2121
from aylien_news_api.api.default_api import DefaultApi

aylien_news_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7979
self.default_headers[header_name] = header_value
8080
self.cookie = cookie
8181
# Set default User-Agent.
82-
self.user_agent = 'OpenAPI-Generator/4.6.0/python'
82+
self.user_agent = 'OpenAPI-Generator/4.6.1/python'
8383
self.client_side_validation = configuration.client_side_validation
8484

8585
def __enter__(self):

aylien_news_api/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def to_debug_report(self):
415415
"OS: {env}\n"\
416416
"Python Version: {pyversion}\n"\
417417
"Version of the API: 4.6\n"\
418-
"SDK Package Version: 4.6.0".\
418+
"SDK Package Version: 4.6.1".\
419419
format(env=sys.platform, pyversion=sys.version)
420420

421421
def get_host_settings(self):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "aylien_news_api"
17-
VERSION = "4.6.0"
17+
VERSION = "4.6.1"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)