From 71423dca8bb32f5820219a8475a05166cd1edd61 Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Wed, 27 Aug 2008 21:14:55 +0100 Subject: [PATCH] version number changed in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 990a4d0..3215ab2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ else: setup( name="bpython", - version = "0.6.4", + version = "0.7.1", author = "Robert Anthony Farrell", author_email = "robertanthonyfarrell@gmail.com", description = "Fancy Interface to the Python Interpreter",