Updated to 0.80.0pre3.

This commit is contained in:
Jeremy Fincher 2004-10-01 04:31:13 +00:00
parent b6be47abc5
commit 98bce8de9a
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ def main():
log.info('Total CPU time taken: %s seconds.', user+system)
log.info('No more Irc objects, exiting.')
version = '0.80.0pre2'
version = '0.80.0pre3'
if __name__ == '__main__':
###
# Options:

View File

@ -79,7 +79,7 @@ if clean:
print 'Couldn\'t remove former installation: %s' % e
sys.exit(-1)
version = '0.80.0pre2'
version = '0.80.0pre3'
setup(
# Metadata
name='supybot',