We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import posthog
1 parent bcf5b27 commit a8a1a43Copy full SHA for a8a1a43
posthog/version.py
@@ -1,4 +1,4 @@
1
-VERSION = "3.9.0"
+VERSION = "3.9.1"
2
3
if __name__ == "__main__":
4
print(VERSION, end="") # noqa: T201
0 commit comments