Skip to content

Commit 60dad1a

Browse files
penguinologdis-xcom
authored andcommitted
Bump to 1.2.1 (#34)
* [x] Cythonize on python3 only (cython tried to process external python3 code) * [x] Fix `execute_through_host` * [x] implement keepalive work
1 parent 6ff0258 commit 60dad1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'ExecResult',
4747
)
4848

49-
__version__ = '1.2.0'
49+
__version__ = '1.2.1'
5050
__author__ = "Alexey Stepanov"
5151
__author_email__ = '[email protected]'
5252
__maintainers__ = {

0 commit comments

Comments
 (0)