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