From 4bc5a86a84e847fb7846adcc496862965565bb4a Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Sat, 20 Sep 2003 13:39:28 +0000 Subject: [PATCH] Update version number. --- rawdoglib/rawdog.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 49f0b1d..ab213a8 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 = "1.2" +VERSION = "1.3" import feedparser from persister import Persistable, Persister import os, time, sha diff --git a/setup.py b/setup.py index f41d869..4053db8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = "rawdog", - version = "1.2", + version = "1.3", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "azz@us-lot.org", -- 2.35.1