diff options
| author | Simeon Simeonov | 2023-01-05 17:00:35 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-01-05 17:00:35 +0100 |
| commit | c2f78419b242df9a4872905d41332e5ea9fcfdb6 (patch) | |
| tree | fb096501c76db28c356cfacbf9f73a930c19ceeb /src/otp2289/__init__.py | |
| parent | 2c33e6214d3d607541656d4a5174c3553bfb085e (diff) | |
Add the OTPState.ot_hex property
Diffstat (limited to 'src/otp2289/__init__.py')
| -rw-r--r-- | src/otp2289/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otp2289/__init__.py b/src/otp2289/__init__.py index af8638c..4b600a0 100644 --- a/src/otp2289/__init__.py +++ b/src/otp2289/__init__.py | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # -*- coding: utf-8 -*- | 1 | # -*- coding: utf-8 -*- |
| 2 | # SPDX-License-Identifier: BSD-2-Clause-FreeBSD | 2 | # SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 3 | # | 3 | # |
| 4 | # Copyright (c) 2020-2022 Simeon Simeonov | 4 | # Copyright (c) 2020-2023 Simeon Simeonov |
| 5 | # All rights reserved. | 5 | # All rights reserved. |
| 6 | # | 6 | # |
| 7 | # Redistribution and use in source and binary forms, with or without | 7 | # Redistribution and use in source and binary forms, with or without |
| @@ -40,7 +40,7 @@ from .server import ( | |||
| 40 | ) | 40 | ) |
| 41 | 41 | ||
| 42 | __author__ = 'Simeon Simeonov' | 42 | __author__ = 'Simeon Simeonov' |
| 43 | __version__ = '1.1.1' | 43 | __version__ = '1.2.0' |
| 44 | __license__ = 'BSD 2-Clause' | 44 | __license__ = 'BSD 2-Clause' |
| 45 | 45 | ||
| 46 | 46 | ||
