Skip to content

Commit 25ba810

Browse files
committed
fix: update to export module
1 parent 6b1c0dc commit 25ba810

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.8.0 - 2025-01-14
1+
## 3.8.1 - 2025-01-14
22

33
1. Add LLM Observability with support for OpenAI and Langchain callbacks.
44

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "3.8.0"
1+
VERSION = "3.8.1"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
test_suite="posthog.test.all",
5959
packages=[
6060
"posthog",
61+
"posthog.ai",
6162
"posthog.test",
6263
"posthog.sentry",
6364
"posthog.exception_integrations",

setup_analytics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
test_suite="posthoganalytics.test.all",
3030
packages=[
3131
"posthoganalytics",
32+
"posthoganalytics.ai",
3233
"posthoganalytics.test",
3334
"posthoganalytics.sentry",
3435
"posthoganalytics.exception_integrations",

0 commit comments

Comments
 (0)