# HG changeset patch # User paulb # Date 1159664274 0 # Node ID cbe35bff4aef22a7cc8ab58d9335aff516e6c16e # Parent 3af372b68f5db8c98ea8e81d7dd5d1b5002b19af [project @ 2006-10-01 00:57:54 by paulb] Updated version number. diff -r 3af372b68f5d -r cbe35bff4aef PKG-INFO --- a/PKG-INFO Sun Oct 01 00:57:19 2006 +0000 +++ b/PKG-INFO Sun Oct 01 00:57:54 2006 +0000 @@ -1,11 +1,11 @@ Metadata-Version: 1.1 Name: parallel -Version: 0.2 +Version: 0.2.1 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk -Download-url: http://www.boddie.org.uk/python/downloads/parallel-0.2.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/parallel-0.2.1.tar.gz Summary: Elementary parallel programming for Python License: LGPL Description: The pprocess module provides elementary support for parallel diff -r 3af372b68f5d -r cbe35bff4aef pprocess.py --- a/pprocess.py Sun Oct 01 00:57:19 2006 +0000 +++ b/pprocess.py Sun Oct 01 00:57:54 2006 +0000 @@ -122,7 +122,7 @@ sockets are more predictable than pipes. """ -__version__ = "0.2" +__version__ = "0.2.1" import os import sys