From 0298c14ae7ee124b80b147b8801145777bbdf712 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 7 Apr 2011 23:25:39 -0400 Subject: merged changes made by Andrey and bugfixes by Benoit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.3-1-g7c22