Update version number.
authorAdam Sampson <ats@offog.org>
Sat, 20 Sep 2003 13:39:28 +0000 (13:39 +0000)
committerAdam Sampson <ats@offog.org>
Sat, 20 Sep 2003 13:39:28 +0000 (13:39 +0000)
rawdoglib/rawdog.py
setup.py

index 49f0b1dd0476af1dd46fa5403f80845edb44e90a..ab213a8723892fb7728c30c9cd9d464b4f4257f5 100644 (file)
@@ -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
index f41d869cb7a58d3d94abe2a5ea70c3c4645ef5e2..4053db887a44cb44cd1e11d8b653e02c650873e3 100644 (file)
--- 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",