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 23de9b3 commit b7b6df9Copy full SHA for b7b6df9
executor/engine/__init__.py
@@ -1,7 +1,7 @@
1
from .core import Engine, EngineSetting
2
from .job import LocalJob, ThreadJob, ProcessJob
3
4
-__version__ = '0.0.1'
+__version__ = '0.1.1'
5
6
__all__ = [
7
'Engine', 'EngineSetting',
0 commit comments