Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-05-30 15:32:45 (GMT)
committer Daniel Drake <dsd@laptop.org>2011-05-30 20:16:53 (GMT)
commit385fea8c2262081038c9663d663ccdcd28e5df5a (patch)
treeec4a1e2f055a50fecaf6014137f707d74587bcd9
parent690af9b768c25423530447cd07c0a072f83fcf6c (diff)
v0.24 releasev0.24
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index aa07cdb..a84fc27 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from DistUtilsExtra.command import * # gettext support
from distutils.core import setup
setup(name='sugar-update-control',
- version="0.23",
+ version="0.24",
description='Sugar update control panel',
author='C. Scott Ananian',
author_email='cscott@laptop.org',