Skip to content

Commit f90b337

Browse files
committed
Update version to 9.2.87.dev0 [ci skip]
1 parent 0ee5317 commit f90b337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: claripy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# pylint: disable=F0401,W0401,W0603,
33

4-
__version__ = "9.2.86.dev0"
4+
__version__ = "9.2.87.dev0"
55

66
if bytes is str:
77
raise Exception("This module is designed for python 3 only. Please install an older version to use python 2.")

0 commit comments

Comments
 (0)