Skip to content

Commit 0693260

Browse files
Pull request #34: Updated version in setup
Merge in SDK/python_telesign_enterprise from fix/EOA-12122 to developer Squashed commit of the following: commit ceb7d538845184bafd7f45ec18ba5d21e22877c4 Author: Julian Andres Ramirez <jramirez@telesign.com> Date: Mon Apr 20 14:33:31 2026 -0500 Updated version in setup
1 parent 57591fd commit 0693260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
here = path.abspath(path.dirname(__file__))
55

6-
version = "4.0.1"
6+
version = "4.0.2"
77

88
version_path = path.join(here, "telesignenterprise", "_version.py")
99
with open(version_path, "w") as f:

0 commit comments

Comments
 (0)