--- projects/pystatgrab/setup.py 2006/03/18 10:28:54 1.21 +++ projects/pystatgrab/setup.py 2007/07/13 22:19:56 1.22 @@ -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.21 2006/03/18 10:28:54 tdb Exp $ +# $Id: setup.py,v 1.22 2007/07/13 22:19:56 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -32,7 +32,7 @@ import os VERSION = "0.5" # required version of libstatgrab -LIBSTATGRAB = "0.12" +LIBSTATGRAB = "0.13" # test for pkg-config presence if os.system("pkg-config --version >/dev/null 2>&1"):