X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2F__init__.py;h=20fbcddb54fe74caddfc9fa5d78c9a4720004541;hb=10b06c77779c91cddf073e1d1d417ada071868f4;hp=82c1d4324a34affa77cc94b720f72775e552476a;hpb=34c9c9a4f95eecfee75fc36d75d2ee45d1054a25;p=pygost.git diff --git a/pygost/__init__.py b/pygost/__init__.py index 82c1d43..20fbcdd 100644 --- a/pygost/__init__.py +++ b/pygost/__init__.py @@ -1,4 +1,6 @@ -""" Pure Python GOST cryptographic functions library. +"""Pure Python GOST cryptographic functions library. PyGOST is free software: see the file COPYING for copying conditions. """ + +__version__ = "5.5"