Skip to content

Commit

Permalink
fix: update to export module (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
k11kirky authored Jan 14, 2025
1 parent 6b1c0dc commit c5bfc13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.8.0 - 2025-01-14
## 3.8.1 - 2025-01-14

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

Expand Down
2 changes: 1 addition & 1 deletion posthog/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "3.8.0"
VERSION = "3.8.1"

if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
test_suite="posthog.test.all",
packages=[
"posthog",
"posthog.ai",
"posthog.test",
"posthog.sentry",
"posthog.exception_integrations",
Expand Down
1 change: 1 addition & 0 deletions setup_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
test_suite="posthoganalytics.test.all",
packages=[
"posthoganalytics",
"posthoganalytics.ai",
"posthoganalytics.test",
"posthoganalytics.sentry",
"posthoganalytics.exception_integrations",
Expand Down

0 comments on commit c5bfc13

Please sign in to comment.