From d698ed9c2a798f78b94e2fe92fc1cbd944a1d083 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 24 Apr 2011 18:32:24 -0400 Subject: forgot to increment version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index aa01ef56..5f2095c5 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ if sys.platform not in WIN_PLATFORMS: setup( name = "askbot", - version = '0.6.77',#remember to manually set this correctly + version = '0.6.78',#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