From f5f624d64aa099d99f7b73463f5e242c45bb7054 Mon Sep 17 00:00:00 2001 From: richardbarran Date: Thu, 20 Oct 2011 18:54:39 +0000 Subject: [PATCH] Add version number. git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@18 8369a704-5b4a-11de-992f-fdd7e25b9163 --- jqchat/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jqchat/__init__.py b/jqchat/__init__.py index e69de29..4961648 100644 --- a/jqchat/__init__.py +++ b/jqchat/__init__.py @@ -0,0 +1 @@ +VERSION = (0, 1) \ No newline at end of file -- 2.39.5