summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-04-07 23:25:39 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-04-07 23:25:39 -0400
commit0298c14ae7ee124b80b147b8801145777bbdf712 (patch)
tree455d4f75b40acd68418a068f8f8ef22cd623a957 /setup.py
parent9caf98334054f85419a3fcceec3a0ccbc6f205d6 (diff)
downloadaskbot-0298c14ae7ee124b80b147b8801145777bbdf712.tar.gz
askbot-0298c14ae7ee124b80b147b8801145777bbdf712.tar.bz2
askbot-0298c14ae7ee124b80b147b8801145777bbdf712.zip
merged changes made by Andrey and bugfixes by Benoit
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a76dc68e..5f6c018d 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ if sys.platform not in WIN_PLATFORMS:
setup(
name = "askbot",
- version = '0.6.75',#remember to manually set this correctly
+ version = '0.6.76',#remember to manually set this correctly
description = 'Question and Answer forum, like StackOverflow, written in python and Django',
packages = find_packages(),
author = 'Evgeny.Fadeev',