Browse Source

release/0.1

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

+ 1
- 1
docs/conf.py View File

@@ -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.


+ 1
- 1
mwparserfromhell/__init__.py View File

@@ -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


Loading…
Cancel
Save