Skip to content

Commit b49f986

Browse files
committed
fixed telemetry version
1 parent ce6be37 commit b49f986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/telemetry/telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _check_config_and_environ_for_telemetry_flag(
9191
"python_version": f"{platform.python_version()}/{platform.python_implementation()}",
9292
"distinct_id": g_anonymous_id,
9393
"scrapegraphai_version": VERSION,
94-
"telemetry_version": "0.0.1",
94+
"telemetry_version": "0.0.2",
9595
}
9696

9797

0 commit comments

Comments
 (0)