Bump version to 0.7.1

This commit is contained in:
Jeremy Singer-Vine
2022-05-31 15:53:26 -04:00
parent 0475819d73
commit fd3f5334f8
+1 -1
View File
@@ -1,2 +1,2 @@
version_info = (0, 7, 0)
version_info = (0, 7, 1)
__version__ = ".".join(map(str, version_info))