From: Adam Sampson Date: Mon, 5 May 2003 03:15:53 +0000 (+0000) Subject: Updated version. X-Git-Tag: v0.5~2 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=3097bb849e6935aebbd2414c2f40aa73d56c551d;p=rawdog%2F.git Updated version. --- diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 6903034..aec0d65 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -16,7 +16,7 @@ # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA, or see http://www.gnu.org/. -VERSION = "0.4" +VERSION = "0.5" import rssparser from persister import Persistable, Persister import os, time, sha diff --git a/setup.py b/setup.py index d1ab358..ab2ee83 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = "rawdog", - version = "0.4", + version = "0.5", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "azz@us-lot.org",