--- projects/pystatgrab/setup.py 2004/04/06 14:53:01 1.14 +++ projects/pystatgrab/setup.py 2004/05/31 14:49:17 1.15 @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: setup.py,v 1.14 2004/04/06 14:53:01 tdb Exp $ +# $Id: setup.py,v 1.15 2004/05/31 14:49:17 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -32,7 +32,7 @@ import os VERSION = "0.2" # required version of libstatgrab -LIBSTATGRAB = "0.9" +LIBSTATGRAB = "0.10" # test for pkg-config presence if os.system("pkg-config --version >/dev/null 2>&1"):