Skip to content

Commit 9a29d6d

Browse files
committed
chore: release 2.2.0
1 parent c2b103d commit 9a29d6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/otpauth/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
from ._rfc4226 import HOTP
2-
from ._rfc4226 import generate_hotp
3-
from ._rfc6238 import TOTP
4-
from ._rfc6238 import generate_totp
5-
from .core import SupportedAlgorithms
1+
from ._rfc4226 import HOTP as HOTP
2+
from ._rfc4226 import generate_hotp as generate_hotp
3+
from ._rfc6238 import TOTP as TOTP
4+
from ._rfc6238 import generate_totp as generate_totp
5+
from .core import SupportedAlgorithms as SupportedAlgorithms
66

77
__author__ = "Hsiaoming Yang <[email protected]>"
88
__homepage__ = "https://otp.authlib.org/"
9-
__version__ = "2.1.1"
9+
__version__ = "2.2.0"
1010

1111
__all__ = [
1212
"SupportedAlgorithms",

0 commit comments

Comments
 (0)