From 3bfe510f7980a283caec5d4363a10a1719f50127 Mon Sep 17 00:00:00 2001 From: Ondrej Certik Date: Sun, 6 Jan 2008 23:56:45 +0100 Subject: [PATCH] 0.5.11 --- sympy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sympy/__init__.py b/sympy/__init__.py index ed10965..0050249 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.10-hg" +__version__ = "0.5.11" #put path to pyglet into the search path, so that it can be imported import os.path -- 2.11.4.GIT