mdup.pyx: New support for mLib's glorious `mdup' function.
[mLib-python] / setup.py
index d4b8cfa..d59471f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ def uniquify(l):
   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