We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b981142 commit 3c3ba74Copy full SHA for 3c3ba74
python/interpret_community/version.py
@@ -1,5 +1,5 @@
1
name = 'interpret_community'
2
_major = '0'
3
-_minor = '26'
+_minor = '27'
4
_patch = '0'
5
version = '{}.{}.{}'.format(_major, _minor, _patch)
0 commit comments