Browse Source

Update version info to 0.2.dev

tags/v0.1.1
Ben Kurtovic 11 years ago
parent
commit
62ef2731fd
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      docs/conf.py
  2. +1
    -1
      mwparserfromhell/__init__.py

+ 2
- 2
docs/conf.py View File

@@ -48,9 +48,9 @@ copyright = u'2012 Ben Kurtovic'
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.2.dev'

# 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"
__version__ = "0.2.dev"
__email__ = "ben.kurtovic@verizon.net"

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


Loading…
Cancel
Save