From f0b20273d7f443e688fd715a738181abe6167f2d Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Sat, 22 Dec 2007 01:00:48 +0300 Subject: [PATCH] v0.5.9 --- sympy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sympy/__init__.py b/sympy/__init__.py index 88057cc..d5afe21 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.8-hg" +__version__ = "0.5.9" from sympy.core import * -- 2.11.4.GIT