From c2f78419b242df9a4872905d41332e5ea9fcfdb6 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 5 Jan 2023 17:00:35 +0100 Subject: Add the OTPState.ot_hex property --- src/otp2289/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/otp2289/__init__.py') 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 @@ # -*- coding: utf-8 -*- # SPDX-License-Identifier: BSD-2-Clause-FreeBSD # -# Copyright (c) 2020-2022 Simeon Simeonov +# Copyright (c) 2020-2023 Simeon Simeonov # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -40,7 +40,7 @@ from .server import ( ) __author__ = 'Simeon Simeonov' -__version__ = '1.1.1' +__version__ = '1.2.0' __license__ = 'BSD 2-Clause' -- cgit v1.3