Bump version to 0.11.7

This commit is contained in:
Jeremy Singer-Vine
2025-06-12 07:23:30 -04:00
parent 51f30659d4
commit c6a24be50d
+1 -1
View File
@@ -1,2 +1,2 @@
version_info = (0, 11, 6)
version_info = (0, 11, 7)
__version__ = ".".join(map(str, version_info))