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-07-21 23:44:04 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-07-22 20:27:21 (GMT)
commitf0687903f2396e8d6667fb4c420ae8aa97a240e7 (patch)
tree7bd59c4754fce2527eb932379a29c12b2714083f /setup.py
parent97d499ef7da455c0452b5a9e3255fb716b9106c4 (diff)
Release 0.4.
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 e1a9069..9f96016 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.3",
+ version="0.4",
description='Sugar update control panel',
author='C. Scott Ananian',
author_email='cscott@laptop.org',