From 16e6cbcb6da8a1198be5820aff6f382a44549dc7 Mon Sep 17 00:00:00 2001 From: Tim Cuthbertson Date: Sat, 13 Jun 2015 18:26:01 +1000 Subject: [PATCH] 0.4.2 --- VERSION | 2 +- rednose.xml.template | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 44bb5d1..f7abe27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1 \ No newline at end of file +0.4.2 \ No newline at end of file diff --git a/rednose.xml.template b/rednose.xml.template index 35490a9..42dd227 100644 --- a/rednose.xml.template +++ b/rednose.xml.template @@ -110,7 +110,7 @@ nosetests --no-color - + diff --git a/setup.py b/setup.py index 6569d84..9502029 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='rednose', py_modules=['rednose'], url='http://gfxmonk.net/dist/0install/rednose.xml', - version='0.4.1', + version='0.4.2', classifiers=[ "License :: OSI Approved :: BSD License", "Programming Language :: Python",