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 = []