From 5ce63d00ccc0ef09abfc65de2576fe9bfe705f46 Mon Sep 17 00:00:00 2001 From: Ilan Schnell Date: Tue, 10 Jul 2012 14:36:38 -0500 Subject: [PATCH] REL: bump version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47e94f2..0fd578b 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ import sys, os from distutils.core import setup, Extension -LLVM_PY_VERSION = '0.8' +LLVM_PY_VERSION = '0.8.1' def _run(cmd):