From 8b3ab52c3f7255bde44a0bf3534a569055acf1a2 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 26 Apr 2011 19:21:31 -0400 Subject: bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fee251b4..e5ff3250 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ if sys.platform not in WIN_PLATFORMS: setup( name = "askbot", - version = '0.6.79',#remember to manually set this correctly + version = '0.6.80',#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