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