summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2010-06-03 06:18:51 +0200
committerMichele Simionato <michele.simionato@gmail.com>2010-06-03 06:18:51 +0200
commite6175a8c35a7ecaf3e143e0ec0ce5b7d20b82177 (patch)
tree69c67734752921077da33141793fda28352062af
parenta4c169c4f5229a549ed88163706597c28760b563 (diff)
downloadmicheles-e6175a8c35a7ecaf3e143e0ec0ce5b7d20b82177.tar.gz
Bumped version to 0.3.1
-rw-r--r--plac/plac.py2
1 files changed, 1 insertions, 1 deletions
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