From b27a417cbba1beea7a9e5cf1955f08f48dca3d06 Mon Sep 17 00:00:00 2001 From: elie Date: Fri, 27 Apr 2012 16:01:41 +0000 Subject: fix to BER Boolean decoder that allows other pre-computed values besides 0 and 1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9a2c545..74c8b0a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ except ImportError: params.update( { 'name': 'pyasn1', - 'version': '0.1.3', + 'version': '0.1.4', 'description': 'ASN.1 types and codecs', 'author': 'Ilya Etingof', 'author_email': 'ilya@glas.net', -- cgit v1.2.1