Skip to content

Commit f141a73

Browse files
committed
Version 0.7.1
1 parent 3f629b6 commit f141a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evidently/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf-8
33

4-
version_info = (0, 7, 0)
4+
version_info = (0, 7, 1)
55
__version__ = ".".join(map(str, version_info))
66

77

0 commit comments

Comments
 (0)