From 42e6b308f2d1598dc1b33e5f2e89629ef30c4801 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 22 Jan 2013 20:42:39 -0500 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 732ac3a..c8c128f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ distribute_setup.use_setuptools() from setuptools import setup setup(name="pymbolic", - version="2013.1", + version="2013.2", description="A package for symbolic computation", long_description=""" Pymbolic is a small symbolic manipulation library. Two things set it apart -- GitLab