summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorelie <elie>2012-04-27 16:01:41 +0000
committerelie <elie>2012-04-27 16:01:41 +0000
commitb27a417cbba1beea7a9e5cf1955f08f48dca3d06 (patch)
tree336c575d862eea3426d15e78b341efe0a4407845 /setup.py
parent2cf0d274eb289e9b3f8c9c6c3429e892624af15f (diff)
downloadpyasn1-git-b27a417cbba1beea7a9e5cf1955f08f48dca3d06.tar.gz
fix to BER Boolean decoder that allows other pre-computed values
besides 0 and 1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',