proxy: bump to version 0.2

master
W. Trevor King 2012-09-28 02:20:26 -04:00
parent 58262a45db
commit 3f4f5fc779
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#
__name__ = 'proxy.py'
__description__ = 'helper for Python-based external (xml-rpc) ikiwiki plugins'
__version__ = '0.1'
__version__ = '0.2'
__author__ = 'martin f. krafft <madduck@madduck.net>'
__copyright__ = 'Copyright © ' + __author__
__licence__ = 'BSD-2-clause'