summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHeinrich Wendel <h_wendel@cojobo.net>2005-05-17 09:03:03 +0000
committerHeinrich Wendel <h_wendel@cojobo.net>2005-05-17 09:03:03 +0000
commita20305294b657127bf34707f946b70f5cf915091 (patch)
tree52c430d9b426812c2a5582423e97f715c36fff81 /setup.py
parent0057cb3df3773607acdc07479ce7bb0411152160 (diff)
update changelog and 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 dc81880..46e565b 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup( name = "pyxdg",
- version = "0.10",
+ version = "0.11",
description = "PyXDG contains implementations of freedesktop.org standards in python.",
maintainer = "Heinrich Wendel",
maintainer_email = "h_wendel@cojobo.net",