Fix compatibility with python 2.4, release 0.2.1.
[jelmer/dulwich-libgit2.git] / dulwich / __init__.py
index 5fe77e54fd495da1d281b0bd447492c9ed5bd537..73107baa6e02ba63e1d07dad42158579304a1fe9 100644 (file)
@@ -23,4 +23,4 @@ import protocol
 import repo
 import server
 
-__version__ = (0, 2, 0)
+__version__ = (0, 2, 1)