summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmiddlek <smiddlek@b1010a0a-674b-0410-b734-77272b80c875>2009-05-05 23:22:21 +0000
committersmiddlek <smiddlek@b1010a0a-674b-0410-b734-77272b80c875>2009-05-05 23:22:21 +0000
commit4b6782aa8c355c767368f0ab3f981e7b1bdd21a1 (patch)
treec32eb78eaf2adecdc8403ad24248e6585abd2014
parent4378dee1ef55634c9eada7528d4c0f39359ad068 (diff)
downloadpymox-4b6782aa8c355c767368f0ab3f981e7b1bdd21a1.tar.gz
Mox release 0.5.1, which includes some bug fixes and tests for stubout.
-rw-r--r--MANIFEST.in2
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 1 deletions
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',