From b4368a3307e8a3d3ae9489c2f00a4f381a8cc6e4 Mon Sep 17 00:00:00 2001 From: neersighted Date: Mon, 27 Feb 2012 22:34:52 -0800 Subject: [PATCH] Bump'd version --- README.md | 6 +++--- bot.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60a07a6..7eeac67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -##CloudBot/DEV +##CloudBot/1.0 ### About CloudBot is very heavily based on Skybot by rmmh. (https://github.com/rmmh/skybot) @@ -25,14 +25,14 @@ If you use another OS or distro you can find source packages on the module(s) we Once installing these packages run the bot once with ```python bot.py``` to generate the config file. Stop the bot, edit the config, and run the bot again with ```python bot.py``` to start it up :) ### Requirements -CloudBot runs on Python 2.7. Many of the plugins require lxml and BeautifulSoup. It is developed on Ubuntu 11.10 with Python 2.7.2. +CloudBot runs on Python 2.7. Many of the plugins require lxml and BeautifulSoup. It is devloped on Ubuntu 11.10 with Python 2.7.2. ### License CloudBot is licenced under the GPL v3 license. The terms are as follows. ``` - CloudBot DEV + CloudBot 1.0 Copyright © 2011 Luke Rogers. diff --git a/bot.py b/bot.py index 52a3a3e..b53ed80 100755 --- a/bot.py +++ b/bot.py @@ -13,7 +13,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory class Bot(object): pass -print 'Welcome to Cloudbot - Version DEV - https://github.com/lukeroge/CloudBot/' +print 'Welcome to Cloudbot - Version 1.0 - https://github.com/lukeroge/CloudBot/' bot = Bot()