summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in2
-rw-r--r--askbot/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1512a8ac..0f0423d0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -16,5 +16,5 @@ recursive-exclude adzone *
recursive-exclude follow *
recursive-exclude categories *
recursive-exclude follow *
-recursive-exclude env
+recursive-exclude env *
recursive-exclude .tox
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 2f2c0f52..33b010f1 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 6, 87)
+VERSION = (0, 6, 88)
#necessary for interoperability of django and coffin
try: