summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2003-09-17 17:27:18 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2003-09-17 17:27:18 +0000
commitc80d46fc002bbc0cb6a6646be0ee3fa43002ffcd (patch)
tree453a239598769de9a3498f06feeb54cfbbfd36ac
parent7a970a7383053b8d05f105da2f0c25e4f3199b66 (diff)
downloadpexpect-c80d46fc002bbc0cb6a6646be0ee3fa43002ffcd.tar.gz
Changed the version number to 0.99
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@207 656d521f-e311-0410-88e0-e7920216d269
-rw-r--r--pexpect/Makefile2
-rw-r--r--pexpect/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pexpect/Makefile b/pexpect/Makefile
index 3c54c91..1cc4d4a 100644
--- a/pexpect/Makefile
+++ b/pexpect/Makefile
@@ -1,6 +1,6 @@
SHELL = /bin/sh
-VERSION= 0.98
+VERSION= 0.99
#DOCGENERATOR= happydoc
DOCGENERATOR= pydoc -w
# This is for GNU Make. This does not work on BSD Make.
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',