diff --git a/claripy/__init__.py b/claripy/__init__.py index 44fadbccd..11b458117 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.78.dev0" +__version__ = "9.2.79.dev0" if bytes is str: raise Exception("This module is designed for python 3 only. Please install an older version to use python 2.")