From 2fc4f2b000f990396df2dd7098ee1f68a8d81a3b Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 12 Apr 2015 13:12:15 -0500
Subject: [PATCH] Bump version

---
 pymbolic/version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pymbolic/version.py b/pymbolic/version.py
index e98c37c..a0b428c 100644
--- a/pymbolic/version.py
+++ b/pymbolic/version.py
@@ -1,3 +1,3 @@
-VERSION = (2014, 3)
+VERSION = (2015, 1)
 VERSION_STATUS = ""
 VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
-- 
GitLab