diff --git a/claripy/__init__.py b/claripy/__init__.py index 16daec194..a0f8bf428 100644 --- a/claripy/__init__.py +++ b/claripy/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # pylint: disable=F0401,W0401,W0603, -__version__ = "9.2.92.dev0" +__version__ = "9.2.93.dev0" if bytes is str: raise Exception("This module is designed for python 3 only. Please install an older version to use python 2.")