Updated version.

This commit is contained in:
Jeremy Fincher 2003-10-10 23:18:01 +00:00
parent d6057cbe5f
commit 701380de7c
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
setup( setup(
# Metadata # Metadata
name='supybot', name='supybot',
version='0.72.0', version='0.73.1',
url='http://supybot.sf.net/', url='http://supybot.sf.net/',
author='Jeremy Fincher', author='Jeremy Fincher',
author_email='jemfinch@users.sf.net', author_email='jemfinch@users.sf.net',

View File

@ -221,7 +221,7 @@ driverModule = 'socketDrivers'
############################### ###############################
############################### ###############################
############################### ###############################
version ='0.73.0' version ='0.73.1'
commandsOnStart = [] commandsOnStart = []