From 6f234dbf2c96c6ea5ba792f643b754689d086dda Mon Sep 17 00:00:00 2001 From: "Travis E. Oliphant" Date: Sun, 11 Nov 2012 01:42:21 -0600 Subject: [PATCH] Revert to 0.9 --- llvm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/__init__.py b/llvm/__init__.py index c800500..1145d74 100644 --- a/llvm/__init__.py +++ b/llvm/__init__.py @@ -2,7 +2,7 @@ Common classes related to LLVM. """ -__version__ = '0.9.1' +__version__ = '0.9' from weakref import WeakValueDictionary