From 5aaad92f116386f6e7939eb60ebf4048f751c021 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 26 Dec 2007 14:25:29 +0000 Subject: [PATCH] changed osrf python version from 1.2. to 1.0 to match opensrf git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1184 9efc2488-bf62-4759-914b-345cdb29e865 --- src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/setup.py b/src/python/setup.py index fdbca95..0373f86 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -5,7 +5,7 @@ import os, os.path dir = os.path.dirname(__file__) setup(name='OpenSRF', - version='1.2', + version='1.0', # requires is not actually implemented in distutils # requires=['memcache', 'pyxmpp', 'simplejson'], description='OpenSRF Python Modules', -- 2.11.0