Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2008-08-20 15:22:37 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-08-20 15:22:37 (GMT)
commitfd247af0da0acb799b3f8114eb84c28e3b37c3ca (patch)
tree9b25f182ea8172c470859ae0962d8646a2ac140d /setup.py
parent838ff7ff391bd26e2d9fc9ef3607830e1e2eb60d (diff)
Release 0.9.
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 ed14e76..20a772d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/python2.5
from distutils.core import setup
setup(name='sugar-update-control',
- version="0.8",
+ version="0.9",
description='Sugar update control panel',
author='C. Scott Ananian',
author_email='cscott@laptop.org',