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 27dfae1 commit d08c543Copy full SHA for d08c543
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.1.2'
+__version__ = '0.1.3'
5
6
__all__ = [
7
'Engine', 'EngineSetting',
0 commit comments