From 2a9c5019ef823d9dd073a5644ac50f326d992832 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Apr 06 2009 02:06:19 +0000 Subject: Version 0.2.5.1 --- diff --git a/Makefile b/Makefile index a4e6c4c..d03f3cf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.2.5 +VERSION = 0.2.5.1 .PHONY: dist diff --git a/__init__.py b/__init__.py index 116f5bd..a7c4ddc 100644 --- a/__init__.py +++ b/__init__.py @@ -36,7 +36,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "0.2.5" +__version__ = "0.2.5.1" # Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('Mike McGrath', 'mmcgrath', 'mmcgrath@redhat.com')