diff --git a/llvm/__init__.py b/llvm/__init__.py index 65aa464..d7461ce 100644 --- a/llvm/__init__.py +++ b/llvm/__init__.py @@ -2,7 +2,7 @@ Common classes related to LLVM. """ -__version__ = '0.8.2' +__version__ = '0.8.3' from weakref import WeakValueDictionary