Skip to content

Commit

Permalink
Update version to 9.2.78.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Nov 14, 2023
1 parent 018b1af commit bbed7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claripy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=F0401,W0401,W0603,

__version__ = "9.2.77.dev0"
__version__ = "9.2.78.dev0"

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

0 comments on commit bbed7ae

Please sign in to comment.