From 2e0f37c942510f734cbd29b27275f1676c595506 Mon Sep 17 00:00:00 2001 From: dglasser Date: Tue, 17 Jun 2008 05:59:15 +0000 Subject: Start our first release at 0.5.0, not 1.0.0. git-svn-id: http://pymox.googlecode.com/svn/trunk@11 b1010a0a-674b-0410-b734-77272b80c875 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c55cb66..e822e3f 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name='mox', - version='1.0.0', + version='0.5.0', py_modules=['mox', 'stubout'], url='http://code.google.com/p/pymox/', maintainer='pymox maintainers', -- cgit v1.2.1