From 0eff7c0726ec1307445ab9b80172c0a2d7ab07a9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 29 Sep 2010 10:37:38 -0400 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7c2a82..cc076ca 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ distribute_setup.use_setuptools() from setuptools import setup setup(name="pymbolic", - version="0.91", + version="2010.1", description="A package for symbolic computation", long_description=""" Pymbolic is a small symbolic manipulation library. Two things set it apart -- GitLab