From 263f0be67909c67d245df19b009426cbcdbcb2cb Mon Sep 17 00:00:00 2001 From: Ondrej Certik Date: Fri, 4 Jan 2008 15:20:58 +0100 Subject: [PATCH] v0.5.10 --- sympy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sympy/__init__.py b/sympy/__init__.py index 9f8ddd5..b586a11 100644 --- a/sympy/__init__.py +++ b/sympy/__init__.py @@ -10,7 +10,7 @@ See the webpage for more information and documentation: http://code.google.com/p/sympy/ """ -__version__ = "0.5.9-hg" +__version__ = "0.5.10" #put path to pyglet into the search path, so that it can be imported import os.path -- 2.11.4.GIT