summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorelie <elie>2008-05-24 19:09:35 +0000
committerelie <elie>2008-05-24 19:09:35 +0000
commit0558ddbbf50d62b02bc3ab1b4d6646d2956c5f73 (patch)
treec20eb658169773e806100ee653d0cf5b8937dd70 /setup.py
parent81b1b936123c83996eaaf70c963309e1095da07a (diff)
downloadpyasn1-git-0558ddbbf50d62b02bc3ab1b4d6646d2956c5f73.tar.gz
0.0.9a
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 9ddd184..43bd20b 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ except ImportError:
from distutils.core import setup
setup(name="pyasn1",
- version="0.0.8a",
+ version="0.0.9a",
description="ASN.1 library for Python",
author="Ilya Etingof",
author_email="ilya@glas.net ",