From bfae04723bd3155801f079ab5238018ec8a0cb09 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 1 May 2026 14:34:04 +0200 Subject: Redesign API by introducing otp2289.OTPResponse type --- src/otp2289/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/otp2289/__init__.py') diff --git a/src/otp2289/__init__.py b/src/otp2289/__init__.py index 8f8cf24..da65d9e 100644 --- a/src/otp2289/__init__.py +++ b/src/otp2289/__init__.py @@ -31,6 +31,7 @@ from .generator import ( OTPGenerator, OTPGeneratorError, OTPResponse, + OTPResponseError, ) from .server import ( OTPInvalidResponseError, @@ -41,7 +42,7 @@ from .server import ( ) __author__ = 'Simeon Simeonov' -__version__ = '2.0.0a' +__version__ = '2.0.0' __license__ = 'BSD 2-Clause' @@ -63,6 +64,7 @@ __all__ = [ 'OTPGeneratorError', 'OTPInvalidResponseError', 'OTPResponse', + 'OTPResponseError', 'OTPState', 'OTPStateError', 'OTPStore', -- cgit v1.3