From 8e3e021db1ab32fd0d0881448543a1f55946dc97 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Mon, 5 May 2003 01:54:48 +0000 Subject: [PATCH] Update version number. --- rawdog | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rawdog b/rawdog index a67cff3..0f3766f 100644 --- a/rawdog +++ b/rawdog @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA, or see http://www.gnu.org/. -VERSION = "0.3" +VERSION = "0.4" import rawdoglib.rssparser as rssparser import sys, pickle, os, fcntl, time, sha diff --git a/setup.py b/setup.py index d3cfd62..d1ab358 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = "rawdog", - version = "0.3", + version = "0.4", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "azz@us-lot.org", -- 2.35.1