summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2010-06-04 06:51:50 +0200
committerMichele Simionato <michele.simionato@gmail.com>2010-06-04 06:51:50 +0200
commitf0f53be87f5cf5a3c7f30136a27401a68114baa5 (patch)
treea77e10f793d066cb0a61a8836b76b57a3adf46a4
parent8ba83434306d80091b50051b2d6cdd621a1b4329 (diff)
downloadmicheles-f0f53be87f5cf5a3c7f30136a27401a68114baa5.tar.gz
Bumbed release to 0.4.2
-rw-r--r--plac/plac.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plac/plac.py b/plac/plac.py
index 21c4341..33dc85f 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.4.1'
+__version__ = '0.4.2'
import re, sys, inspect, argparse