mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Updated version number.
This commit is contained in:
parent
f7010805ee
commit
ea4259af2f
@ -114,7 +114,7 @@ if __name__ == '__main__':
|
||||
# --connect (commands to run afterConnect)
|
||||
# --config (configuration values)
|
||||
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
||||
version='supybot 0.77.2')
|
||||
version='supybot 0.77.2+cvs')
|
||||
parser.add_option('-P', '--profile', action='store_true', dest='profile',
|
||||
help='enables profiling')
|
||||
parser.add_option('-O', action='count', dest='optimize',
|
||||
|
2
setup.py
2
setup.py
@ -58,7 +58,7 @@ pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
|
||||
setup(
|
||||
# Metadata
|
||||
name='supybot',
|
||||
version='0.77.2',
|
||||
version='0.77.2+cvs',
|
||||
url='http://supybot.sf.net/',
|
||||
author='Jeremy Fincher',
|
||||
author_email='jemfinch@users.sf.net',
|
||||
|
@ -49,7 +49,7 @@ _pluginsDir = os.path.join(installDir, 'plugins')
|
||||
###
|
||||
# version: This should be pretty obvious.
|
||||
###
|
||||
version ='0.77.2'
|
||||
version ='0.77.2+cvs'
|
||||
|
||||
###
|
||||
# daemonized: This determines whether or not the bot has been daemonized
|
||||
|
Loading…
Reference in New Issue
Block a user