This commit is contained in:
Eric Gustin 2025-10-23 10:47:04 -07:00 committed by GitHub
parent 5f55258268
commit 35579f5636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from arcade_core.usage.utils import is_tracking_enabled
class UsageService:
def __init__(self) -> None:
self.api_key = "phc_g7OuFqZEAVwIgRdtnZkjvBpy9weQ1f9VJW6YP1SzQRF"
self.api_key = "phc_hIqUQyJpf2TP4COePO5jEpkGeUXipa7KqTEyDeRsTmB"
self.host = "https://us.i.posthog.com"
def alias(self, previous_id: str, distinct_id: str) -> None:

View file

@ -1,6 +1,6 @@
[project]
name = "arcade-core"
version = "3.0.0"
version = "3.1.0"
description = "Arcade Core - Core library for Arcade platform"
readme = "README.md"
license = {text = "MIT"}