From edf6a3a8a6ad4c31cf8649a273b4e4d0e275003a Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 20 Jun 2013 18:13:52 -0400 Subject: [PATCH] release/0.2 --- mwparserfromhell/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mwparserfromhell/__init__.py b/mwparserfromhell/__init__.py index 99bc0c2..5db2d4c 100644 --- a/mwparserfromhell/__init__.py +++ b/mwparserfromhell/__init__.py @@ -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