We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227ed28 commit d87c4ecCopy full SHA for d87c4ec
1 file changed
auto/__init__.py
@@ -11,7 +11,7 @@
11
import os
12
13
14
-__version__ = '2.7.0'
+__version__ = '2.8.0'
15
16
IS_VIRTUAL = os.environ.get('MAI_IS_VIRTUAL', 'False').lower() in ['true', 't', '1', 'yes', 'y']
17
0 commit comments