summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md (renamed from README)7
-rw-r--r--logbot.py2
2 files changed, 4 insertions, 5 deletions
diff --git a/README b/README.md
index dd6fe09..bf0b092 100644
--- a/README
+++ b/README.md
@@ -1,4 +1,4 @@
-LogBot 0.4.1
+LogBot 0.4.2
------------
Author: Chris Oliver <chris@excid3.com>
@@ -7,9 +7,8 @@ Author: Chris Oliver <chris@excid3.com>
Usage
-----
LogBot requires Python 2. It is NOT compatible with Python 3.
+Configuration is done inside logbot.py.
-python logbot.py
-
-Configuration is done inside logbot.py
+ python logbot.py
Example logs at https://raw.github.com/excid3/logbot/master/example_logs/2011-10-22.html
diff --git a/logbot.py b/logbot.py
index 4b1cf3b..3a45c87 100644
--- a/logbot.py
+++ b/logbot.py
@@ -25,7 +25,7 @@
__author__ = "Chris Oliver <excid3@gmail.com>"
-__version__ = "0.4.1"
+__version__ = "0.4.2"
__date__ = "08/11/2009"
__copyright__ = "Copyright (c) Chris Oliver"
__license__ = "GPL2"