Skip to content

Commit

Permalink
fix(flags): bump the version (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus authored Nov 27, 2024
1 parent fb57de2 commit 9e1bb8c
Showing 1 changed file with 1 addition and 1 deletion.
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.7.3"
VERSION = "3.7.4"

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

0 comments on commit 9e1bb8c

Please sign in to comment.