diff options
| author | ian <none@none> | 2006-02-08 21:37:46 +0000 |
|---|---|---|
| committer | ian <none@none> | 2006-02-08 21:37:46 +0000 |
| commit | cdd315ca032001d4c7cde27f2e72b3c3c5f73add (patch) | |
| tree | ce733b1a954c192d097fd0c5174f6735a17b5785 /setup.py | |
| parent | 22514ab6c5d75f3aa115bc1e3a92e69bf895bee7 (diff) | |
| download | urwid-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.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |
