From e01718f94ebbbe8f3197eac58b005dccb1191231 Mon Sep 17 00:00:00 2001 From: smiddlek Date: Tue, 5 May 2009 23:22:21 +0000 Subject: Mox release 0.5.1, which includes some bug fixes and tests for stubout. git-svn-id: http://pymox.googlecode.com/svn/trunk@30 b1010a0a-674b-0410-b734-77272b80c875 --- MANIFEST.in | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 91713b5..326bc88 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ include COPYING include mox_test.py include mox_test_helper.py +include stubout_test.py +include stubout_testee.py diff --git a/setup.py b/setup.py index e822e3f..e1bf142 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name='mox', - version='0.5.0', + version='0.5.1', py_modules=['mox', 'stubout'], url='http://code.google.com/p/pymox/', maintainer='pymox maintainers', -- cgit v1.2.1