diff --git a/docs/conf.py b/docs/conf.py index 668076f..2ef841d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2012 Ben Kurtovic' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.dev' +release = '0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/mwparserfromhell/__init__.py b/mwparserfromhell/__init__.py index 58b57c6..d4aaa28 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 Ben Kurtovic" __license__ = "MIT License" -__version__ = "0.1.dev" +__version__ = "0.1" __email__ = "ben.kurtovic@verizon.net" from . import nodes, parser, smart_list, string_mixin, wikicode