summaryrefslogtreecommitdiffstats
path: root/bugzilla/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/base.py')
-rw-r--r--bugzilla/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla/base.py b/bugzilla/base.py
index c9eaac9..59c505f 100644
--- a/bugzilla/base.py
+++ b/bugzilla/base.py
@@ -14,7 +14,7 @@ import os.path, base64, copy
import logging
log = logging.getLogger('bugzilla')
-version = '0.5'
+version = '0.4'
user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \
(urllib2.__version__,version)