From feb6f98b552f338f99ace93b313df5853e161863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Sat, 25 Oct 2014 16:23:19 +0200 Subject: [PATCH] Bump version to 0.3.1 --- mwtemplates/__init__.py | 2 +- mwtemplates/templateeditor2.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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=[