From e8ceb5ba5e01e8971d31688f08499b42b832ef34 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 17 Apr 2012 20:37:42 -0400
Subject: [PATCH] Bump version.

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index cc076ca..1fc628f 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ distribute_setup.use_setuptools()
 from setuptools import setup
 
 setup(name="pymbolic",
-      version="2010.1",
+      version="2012.1",
       description="A package for symbolic computation",
       long_description="""
       Pymbolic is a small symbolic manipulation library. Two things set it apart
@@ -22,7 +22,7 @@ setup(name="pymbolic",
       sparse polynomials, fractions, term substitution, expansion. It automatically
       performs constant folding, and it can compile its expressions into Python 
       bytecode for fast(er) execution.
-      
+
       If you are looking for a full-blown Computer Algebra System, look at 
       `sympy <http://pypi.python.org/pypi/sympy>`_ or 
       `PyGinac <http://pyginac.sourceforge.net/>`_. If you are looking for a
-- 
GitLab