From e6175a8c35a7ecaf3e143e0ec0ce5b7d20b82177 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Thu, 3 Jun 2010 06:18:51 +0200 Subject: Bumped version to 0.3.1 --- plac/plac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plac/plac.py b/plac/plac.py index eab623e..d54d8e7 100644 --- a/plac/plac.py +++ b/plac/plac.py @@ -29,7 +29,7 @@ See plac/doc.html for the documentation. """ # this module should be kept Python 2.3 compatible -__version__ = '0.3.0' +__version__ = '0.3.1' import re, sys, inspect, argparse -- cgit v1.2.1