summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorelie <elie>2010-02-09 11:25:55 +0000
committerelie <elie>2010-02-09 11:25:55 +0000
commit6a9197db6e819697bc21795cf2484ff36cbc95ef (patch)
treea99d6c42d98731003c85bf37066649e59f5d1a1d /setup.py
parentb0cea2ee22e57917e8a1fcb09f765b7e2125d8ca (diff)
downloadpyasn1-git-6a9197db6e819697bc21795cf2484ff36cbc95ef.tar.gz
fix to runaway version
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 cfbb77a..cc86ea5 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ except ImportError:
from distutils.core import setup
setup(name="pyasn1",
- version="0.0.12",
+ version="0.0.11a",
description="ASN.1 library for Python",
author="Ilya Etingof",
author_email="ilya@glas.net ",