Final changes in preparation for release.

This commit is contained in:
Jeremy Fincher 2003-12-06 13:07:29 +00:00
parent aded21cdd5
commit bba1d274e0
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
2003-12-6 Jeremy Fincher <jemfinch@supybot.org>
* Added Math.icalc, a new command for doing integer arithmetic.
It requires...

View File

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

View File

@ -272,7 +272,7 @@ driverModule = 'socketDrivers'
###############################
###############################
###############################
version ='0.75.0'
version ='0.76.0'
commandsOnStart = []