summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorian <none@none>2006-02-08 21:37:46 +0000
committerian <none@none>2006-02-08 21:37:46 +0000
commitcdd315ca032001d4c7cde27f2e72b3c3c5f73add (patch)
treece733b1a954c192d097fd0c5174f6735a17b5785 /setup.py
parent22514ab6c5d75f3aa115bc1e3a92e69bf895bee7 (diff)
downloadurwid-cdd315ca032001d4c7cde27f2e72b3c3c5f73add.tar.gz
release 0.9.0-pre1release-0.9.0-pre1
--HG-- extra : convert_revision : 973204ec8fda8e21585feda3fc9fdeb7722b282e
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1823fb0..2520b78 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
# Urwid setup.py exports the useful bits
-# Copyright (C) 2004-2005 Ian Ward
+# Copyright (C) 2004-2006 Ian Ward
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@ from distutils.core import setup
import os
-release = "0.8.10"
+release = "0.9.0-pre1"
setup_d = {
'name':"urwid",