We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8791f8 commit f6057ddCopy full SHA for f6057dd
src/evidently/_version.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
# coding: utf-8
3
4
-version_info = (0, 7, 3)
+version_info = (0, 7, 4)
5
__version__ = ".".join(map(str, version_info))
6
7
0 commit comments