summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent4378dee1ef55634c9eada7528d4c0f39359ad068 (diff)
downloadpymox-4b6782aa8c355c767368f0ab3f981e7b1bdd21a1.tar.gz
Mox release 0.5.1, which includes some bug fixes and tests for stubout.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',