From c2b0c801400fcb59be8687f9faf061aa85bcffd2 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 30 Jan 2009 20:53:32 -0700 Subject: Started work on a much simplified mod_python server --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ad903748a..012ad5036 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ from distutils.core import setup setup( name='freeipa', - version='1.99.0', + version='1.99.1', license='GPLv2+', url='http://freeipa.org/', packages=[ -- cgit