Browse Source

release/0.2

tags/v0.2^0
Ben Kurtovic 11 years ago
parent
commit
edf6a3a8a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mwparserfromhell/__init__.py

+ 1
- 1
mwparserfromhell/__init__.py View File

@@ -31,7 +31,7 @@ from __future__ import unicode_literals
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2012, 2013 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.2.dev"
__version__ = "0.2"
__email__ = "ben.kurtovic@verizon.net"

from . import compat, nodes, parser, smart_list, string_mixin, utils, wikicode


Loading…
Cancel
Save