summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorelie <elie>2011-03-09 22:38:58 +0000
committerelie <elie>2011-03-09 22:38:58 +0000
commiteedb2f9e3c0b8d39afed12c216be2859a9128098 (patch)
tree530e9b5b7f6898a582055c348030fe4b7f05e2f5 /setup.py
parent5957cddfdd03a19b3461784c0b557836227ea65d (diff)
downloadpyasn1-git-eedb2f9e3c0b8d39afed12c216be2859a9128098.tar.gz
0.0.13b
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 9166644..78335ed 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ except ImportError:
params.update( {
'name': 'pyasn1',
- 'version': '0.0.13a',
+ 'version': '0.0.13b',
'description': 'ASN.1 types and codecs',
'author': 'Ilya Etingof',
'author_email': 'ilya@glas.net',