diff --git a/claripy/__init__.py b/claripy/__init__.py index 7b4b2d609..601098291 100644 --- a/claripy/__init__.py +++ b/claripy/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=F0401,W0401,W0603, -__version__ = "9.2.115.dev0" +__version__ = "9.2.116.dev0" if bytes is str: raise Exception("This module is designed for python 3 only. Please install an older version to use python 2.")