From f96cb91cd324296b3c991d3df1252b2e6aace10a Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Mon, 28 Apr 2008 16:40:42 +0100 Subject: [PATCH] ... and forgot to update the version number for setup.py ... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 923334f..c102a3f 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ PYTHONLIB = os.path.join(get_python_lib(standard_lib=1, prefix=""), "site-packages") setup(name="bpython", - version = "0.2.4", + version = "0.3.1", description = "Fancy Interface to the Python Interpreter", author = "Robert Anthony Farrell", author_email = "robertanthonyfarrell@gmail.com",