Update version.
authorAdam Sampson <ats@offog.org>
Sat, 3 May 2003 12:43:37 +0000 (12:43 +0000)
committerAdam Sampson <ats@offog.org>
Sat, 3 May 2003 12:43:37 +0000 (12:43 +0000)
rawdog
setup.py

diff --git a/rawdog b/rawdog
index 71d778b72a425beb722698084f96a6903d52043f..183ddf01f9f9a8ef46765d8269e27d3c6b7d0c5e 100644 (file)
--- 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.2"
+VERSION = "0.3"
 import rawdoglib.rssparser as rssparser
 import sys, pickle, os, fcntl, time, sha
 
index 4323e019551d7b87524e03ea9a4182398841d3c8..d3cfd629bf1872202f38f309429c41148f11367b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name = "rawdog",
-       version = "0.2",
+       version = "0.3",
        description = "RSS Aggregator Without Delusions Of Grandeur",
        author = "Adam Sampson",
        author_email = "azz@us-lot.org",