Skip to content

Commit

Permalink
Update version to 9.2.69.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Sep 12, 2023
1 parent 5bc74dd commit 303de77
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.68.dev0"
__version__ = "9.2.69.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 303de77

Please sign in to comment.