Browse Source

Update the version to "git"

Guillaume Ayoub 14 years ago
parent
commit
085c9f0aca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

@@ -49,7 +49,7 @@ except ImportError:
 from radicale import acl, config, ical, log, storage, xmlutils
 
 
-VERSION = "0.7"
+VERSION = "git"
 
 
 class HTTPServer(wsgiref.simple_server.WSGIServer, object):