chiark / gitweb /
mdup.pyx: New support for mLib's glorious `mdup' function.
[mLib-python] / setup.py
index d4b8cfad2aa41cbd73dea319b430c1edcd673e98..d59471f7d046605e8f969e363c6b215da6566986 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ def uniquify(l):
   return o
 
 libconfig('catacomb', '2.1.0')
   return o
 
 libconfig('catacomb', '2.1.0')
-libconfig('mLib', '2.0.3')
+libconfig('mLib', '2.1.0')
 
 def needs_update_p(target, sources):
   if not path.exists(target): return True
 
 def needs_update_p(target, sources):
   if not path.exists(target): return True