Skip to content

Commit

Permalink
Update version to 9.2.93.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Feb 27, 2024
1 parent dc4e4a2 commit 0960127
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.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.")
Expand Down

0 comments on commit 0960127

Please sign in to comment.