Updated to the new version in preparation for the next release.

This commit is contained in:
Jeremy Fincher 2003-11-12 01:34:24 +00:00
parent 2f2d8130df
commit b8c94599fc
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.73.1',
version='0.75.0',
url='http://supybot.sf.net/',
author='Jeremy Fincher',
author_email='jemfinch@users.sf.net',

View File

@ -244,7 +244,7 @@ driverModule = 'socketDrivers'
###############################
###############################
###############################
version ='0.73.1'
version ='0.75.0'
commandsOnStart = []