Updating version numbers.

This commit is contained in:
Jeremy Fincher 2004-02-08 03:59:09 +00:00
parent 244a0b9826
commit 3ca4b1d43c
2 changed files with 2 additions and 4 deletions

View File

@ -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:

View File

@ -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: