mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Updating version numbers.
This commit is contained in:
parent
244a0b9826
commit
3ca4b1d43c
4
setup.py
4
setup.py
@ -47,7 +47,7 @@ pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
|
||||
setup(
|
||||
# Metadata
|
||||
name='supybot',
|
||||
version='0.76.1',
|
||||
version='0.77.0',
|
||||
url='http://supybot.sf.net/',
|
||||
author='Jeremy Fincher',
|
||||
author_email='jemfinch@users.sf.net',
|
||||
@ -91,6 +91,4 @@ setup(
|
||||
)
|
||||
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
||||
|
@ -426,6 +426,6 @@ supybot.register('plugins') # This will be used by plugins, but not here.
|
||||
###############################
|
||||
###############################
|
||||
###############################
|
||||
version ='0.76.1'
|
||||
version ='0.77.0'
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
Loading…
Reference in New Issue
Block a user