summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorelie <elie>2011-08-14 15:44:49 +0000
committerelie <elie>2011-08-14 15:44:49 +0000
commitcde81d1bac8358a22f1eb701dfc71e660c87c782 (patch)
tree18321caf0acebc9cdf73b2fbbe9a973837c02727 /setup.py
parentd948d8704cd18cac866ee9cde836686e26d127f8 (diff)
downloadpyasn1-git-cde81d1bac8358a22f1eb701dfc71e660c87c782.tar.gz
replace types comparation with isinstance checking
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 6ae89b8..9223793 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ except ImportError:
params.update( {
'name': 'pyasn1',
- 'version': '0.0.13',
+ 'version': '0.0.14',
'description': 'ASN.1 types and codecs',
'author': 'Ilya Etingof',
'author_email': 'ilya@glas.net',