We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3565c93 commit 5835258Copy full SHA for 5835258
cometx/_version.py
@@ -12,5 +12,5 @@
12
# the express permission of Comet ML Inc.
13
# *******************************************************
14
15
-version_info = (3, 4, 2)
+version_info = (3, 4, 3)
16
__version__ = ".".join(map(str, version_info))
0 commit comments