diff --git a/README b/README.md similarity index 74% rename from README rename to 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 @@ -7,9 +7,8 @@ Author: Chris Oliver 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 " -__version__ = "0.4.1" +__version__ = "0.4.2" __date__ = "08/11/2009" __copyright__ = "Copyright (c) Chris Oliver" __license__ = "GPL2"