Bump version number #nobuild

This commit is contained in:
dave 2015-11-01 17:57:54 -08:00
parent f6404047cf
commit 3acf60d6e9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class PyIRCBot:
""":param botconfig: The configuration of this instance of the bot. Passed by main.py.
:type botconfig: dict
"""
version = "4.0.0-r02"
version = "4.0.0-r03"
def __init__(self, botconfig):
self.log = logging.getLogger('PyIRCBot')