From: Mike C. F. <mcf...@us...> - 2004-10-18 04:23:08
|
Update of /cvsroot/pydispatcher/dispatch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24324 Modified Files: setup.py Log Message: Release notes and version bump Index: setup.py =================================================================== RCS file: /cvsroot/pydispatcher/dispatch/setup.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** setup.py 20 May 2004 05:20:37 -0000 1.4 --- setup.py 18 Oct 2004 04:22:58 -0000 1.5 *************** *** 86,90 **** setup ( name = "PyDispatcher", ! version = "1.0.0", description= "Multi-producer-multi-consumer signal dispatching mechanism", author = "Patrick K. O'Brien", --- 86,90 ---- setup ( name = "PyDispatcher", ! version = "1.0.1", description= "Multi-producer-multi-consumer signal dispatching mechanism", author = "Patrick K. O'Brien", |