summaryrefslogtreecommitdiff
path: root/urlgrabber/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'urlgrabber/__init__.py')
-rw-r--r--urlgrabber/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/urlgrabber/__init__.py b/urlgrabber/__init__.py
index 5189ba2..1aca993 100644
--- a/urlgrabber/__init__.py
+++ b/urlgrabber/__init__.py
@@ -14,7 +14,7 @@
# Copyright 2002-2004 Michael D. Stenner, Ryan Tomayko
-# $Id: __init__.py,v 1.14 2005/03/08 22:54:25 mstenner Exp $
+# $Id: __init__.py,v 1.15 2005/10/22 22:05:12 mstenner Exp $
"""A high-level cross-protocol url-grabber.
@@ -44,8 +44,8 @@ following features:
automatically switching mirrors if there is a failure.
"""
-__version__ = '2.9.6'
-__date__ = '2005/03/08'
+__version__ = '2.9.7'
+__date__ = '2005/10/22'
__author__ = 'Michael D. Stenner <mstenner@linux.duke.edu>, ' \
'Ryan Tomayko <rtomayko@naeblis.cx>'
__url__ = 'http://linux.duke.edu/projects/urlgrabber/'