summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-04-19 14:53:22 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-04-19 14:53:22 -0400
commit24d4f8c71614a135f23c0736b5243dc984dbfbf8 (patch)
treefaee44b4eddbdef42635e57f2ffcc2f4f2ee94be /setup.py
parentf8b8bf6a7f23fb40253b72d7069601544456ad42 (diff)
downloadaskbot-24d4f8c71614a135f23c0736b5243dc984dbfbf8.tar.gz
askbot-24d4f8c71614a135f23c0736b5243dc984dbfbf8.tar.bz2
askbot-24d4f8c71614a135f23c0736b5243dc984dbfbf8.zip
bumped version
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 5f6c018d..aa01ef56 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ if sys.platform not in WIN_PLATFORMS:
setup(
name = "askbot",
- version = '0.6.76',#remember to manually set this correctly
+ version = '0.6.77',#remember to manually set this correctly
description = 'Question and Answer forum, like StackOverflow, written in python and Django',
packages = find_packages(),
author = 'Evgeny.Fadeev',