... and forgot to update the version number for setup.py ...

This commit is contained in:
Bob Farrell
2008-04-28 16:40:42 +01:00
parent 83b91a7acc
commit f96cb91cd3
+1 -1
View File
@@ -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",