Skip to content

Commit

Permalink
Update version to 9.2.91.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Feb 13, 2024
1 parent eb58b61 commit 58c8fa4
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.90.dev0"
__version__ = "9.2.91.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 58c8fa4

Please sign in to comment.