diff options
-rw-r--r-- | doc/docgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docgen.py b/doc/docgen.py index a41ed19b6..9a8276360 100644 --- a/doc/docgen.py +++ b/doc/docgen.py @@ -43,7 +43,7 @@ from __future__ import print_function SCRIPT_NAME = 'docgen' SCRIPT_AUTHOR = 'Sébastien Helleu <flashcode@flashtux.org>' -SCRIPT_VERSION = '0.1' +SCRIPT_VERSION = '0.2' SCRIPT_LICENSE = 'GPL3' SCRIPT_DESC = 'Documentation generator for WeeChat' |