mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Updated to 0.80.0pre6.
This commit is contained in:
parent
27917b2788
commit
dae2a02231
@ -122,7 +122,7 @@ def main():
|
|||||||
log.info('Total CPU time taken: %s seconds.', user+system)
|
log.info('Total CPU time taken: %s seconds.', user+system)
|
||||||
log.info('No more Irc objects, exiting.')
|
log.info('No more Irc objects, exiting.')
|
||||||
|
|
||||||
version = '0.80.0pre5'
|
version = '0.80.0pre6'
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
###
|
###
|
||||||
# Options:
|
# Options:
|
||||||
|
2
setup.py
2
setup.py
@ -85,7 +85,7 @@ if clean:
|
|||||||
print 'Couldn\'t remove former installation: %s' % e
|
print 'Couldn\'t remove former installation: %s' % e
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
version = '0.80.0pre5'
|
version = '0.80.0pre6'
|
||||||
setup(
|
setup(
|
||||||
# Metadata
|
# Metadata
|
||||||
name='supybot',
|
name='supybot',
|
||||||
|
@ -49,7 +49,7 @@ _pluginsDir = os.path.join(installDir, 'plugins')
|
|||||||
###
|
###
|
||||||
# version: This should be pretty obvious.
|
# version: This should be pretty obvious.
|
||||||
###
|
###
|
||||||
version = '0.80.0pre5'
|
version = '0.80.0pre6'
|
||||||
|
|
||||||
###
|
###
|
||||||
# *** The following variables are affected by command-line options. They are
|
# *** The following variables are affected by command-line options. They are
|
||||||
|
Loading…
Reference in New Issue
Block a user