From 59c4e1e49f1649316433b70bd48ca55a7fe8221c Mon Sep 17 00:00:00 2001 From: Octavio Simone Date: Thu, 27 Oct 2022 12:59:40 +0200 Subject: [PATCH] version bump --- dracoon/client/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dracoon/client/__init__.py b/dracoon/client/__init__.py index 2a7041b..eae53dc 100644 --- a/dracoon/client/__init__.py +++ b/dracoon/client/__init__.py @@ -23,7 +23,7 @@ HTTPPaymentRequiredError, HTTPForbiddenError, HTTPNotFoundError, HTTPConflictError, HTTPPreconditionsFailedError, HTTPUnknownError) -USER_AGENT = 'dracoon-python-1.8.0' +USER_AGENT = 'dracoon-python-1.8.1' DEFAULT_TIMEOUT_CONFIG = httpx.Timeout(10, connect=20, read=20) class OAuth2ConnectionType(Enum): diff --git a/setup.py b/setup.py index d525ed5..3afc2d2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # This call to setup() does all the work setup( name="dracoon", - version="1.8.0", + version="1.8.1", description=DESCRIPTION, long_description=README, long_description_content_type="text/markdown",