X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pyderasn.py;h=0b04f4eda76be9921b6de95d90e54d6c297e6e16;hb=a25f8f51af2b3a4277ce4fec1920b2cba3254aae;hp=e8e200c69196820912b314f0fa7e84844eeb47d0;hpb=597f028b5d602b4af53830ac682078aa5fb59e38;p=pyderasn.git diff --git a/pyderasn.py b/pyderasn.py index e8e200c..0b04f4e 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding: utf-8 # PyDERASN -- Python ASN.1 DER/BER codec with abstract structures -# Copyright (C) 2017-2019 Sergey Matveev +# Copyright (C) 2017-2020 Sergey Matveev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -673,6 +673,7 @@ except ImportError: # pragma: no cover def colored(what, *args, **kwargs): return what +__version__ = "5.5" __all__ = ( "Any",