From c66457810849019cd90b3842da2fb5c270fdd2f5 Mon Sep 17 00:00:00 2001 From: angr release bot Date: Tue, 21 Nov 2023 17:17:42 +0000 Subject: [PATCH] Update version to 9.2.79.dev0 [ci skip] --- claripy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")