summaryrefslogtreecommitdiff
path: root/pexpect/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/setup.py')
-rw-r--r--pexpect/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/setup.py b/pexpect/setup.py
index 772b412..6a20b2a 100644
--- a/pexpect/setup.py
+++ b/pexpect/setup.py
@@ -4,7 +4,7 @@ $Date$
'''
from distutils.core import setup
setup (name='pexpect',
- version='0.98',
+ version='0.99',
py_modules=['pexpect'],
description='Pexpect is a pure Python Expect. It allows easy control of other applications.',
author='Noah Spurrier',