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",