diff --git a/llvm/__init__.py b/llvm/__init__.py index 318ba9d..b89e5a9 100644 --- a/llvm/__init__.py +++ b/llvm/__init__.py @@ -2,7 +2,7 @@ Common classes related to LLVM. """ -__version__ = '0.9.1' +__version__ = '0.10.0' from weakref import WeakValueDictionary