Updated version number.

This commit is contained in:
Jeremy Fincher 2003-12-12 19:03:22 +00:00
parent 2b8bd98bd7
commit 40cac59dc5
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -286,7 +286,7 @@ driverModule = 'socketDrivers'
###############################
###############################
###############################
version ='0.76.0'
version ='0.76.1'
commandsOnStart = []