From 40cac59dc5bbf4cd59d0143f0eb667c1c61bf3b8 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 12 Dec 2003 19:03:22 +0000 Subject: [PATCH] Updated version number. --- setup.py | 2 +- src/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ca60fc413..586c3fd36 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ pluginFiles = glob.glob(os.path.join('plugins', '*.py')) setup( # Metadata name='supybot', - version='0.76.0', + version='0.76.1', url='http://supybot.sf.net/', author='Jeremy Fincher', author_email='jemfinch@users.sf.net', diff --git a/src/conf.py b/src/conf.py index e72661b92..79cea501a 100644 --- a/src/conf.py +++ b/src/conf.py @@ -286,7 +286,7 @@ driverModule = 'socketDrivers' ############################### ############################### ############################### -version ='0.76.0' +version ='0.76.1' commandsOnStart = []