From 59c43aae81347becdfe35fcb4712f9eaa42290e8 Mon Sep 17 00:00:00 2001 From: Ondrej Certik Date: Thu, 6 Mar 2008 21:45:47 +0100 Subject: [PATCH] v0.5.13 --- sympy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sympy/__init__.py b/sympy/__init__.py index 2e8adf6..91f6078 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.12-hg" +__version__ = "0.5.13" #put path to pyglet into the search path, so that it can be imported import os.path -- 2.11.4.GIT