diff --git a/llvm/__init__.py b/llvm/__init__.py index 1145d74..c800500 100644 --- a/llvm/__init__.py +++ b/llvm/__init__.py @@ -2,7 +2,7 @@ Common classes related to LLVM. """ -__version__ = '0.9' +__version__ = '0.9.1' from weakref import WeakValueDictionary