diff --git a/mwtemplates/__init__.py b/mwtemplates/__init__.py index 0310688..930ccef 100644 --- a/mwtemplates/__init__.py +++ b/mwtemplates/__init__.py @@ -1,7 +1,7 @@ # encoding=utf-8 """ mwtemplates -Copyright (c) 2012-2013 Dan Michael O. Heggø +Copyright (c) 2012-2014 Dan Michael O. Heggø Simple wikitext template parser and editor """ diff --git a/mwtemplates/templateeditor2.py b/mwtemplates/templateeditor2.py index 9a1761a..e1c7610 100644 --- a/mwtemplates/templateeditor2.py +++ b/mwtemplates/templateeditor2.py @@ -1,7 +1,7 @@ # encoding=utf-8 """ mwtemplates -Copyright (c) 2012-2013 Dan Michael O. Heggø +Copyright (c) 2012-2014 Dan Michael O. Heggø Simple wikitext template parser and editor """ diff --git a/setup.py b/setup.py index 4d80172..dfcf611 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ README = open(os.path.join(here, 'README.rst')).read() setup(name='mwtemplates', - version='0.3.1dev', + version='0.3.1', description='MediaWiki template parser and editor', long_description=README, classifiers=[