From 760aa7aa471d4fbeab2f541a322a632d1bb5e277 Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Tue, 24 Jun 2008 18:08:24 +0100 Subject: [PATCH] setup.py updated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af86049..37802f4 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.5.0", + version = "0.5.3", description = "Fancy Interface to the Python Interpreter", author = "Robert Anthony Farrell", author_email = "robertanthonyfarrell@gmail.com",