Skip to content

Commit aa7976c

Browse files
committed
main branch merged rel branch
2 parents 1004282 + d276327 commit aa7976c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lyc_pyutils/libs/timedinput.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ async def _async_run_subproc(self):
4646
self._subproc = await _create_subprocess_exec(
4747
_executable, "-c", self._subproc_code, stdin=_stdin, stdout=_PIPE
4848
)
49+
4950
data = await self._subproc.stdout.readline()
5051
self._input_str = data.decode("utf-8", "replace").rstrip()
5152
await self._subproc.wait()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def main():
2222
_setup(
2323
name="lyc-pyutils",
24-
version="1.1.0",
24+
version="1.1.1",
2525
description="LYC's personal Python utilities.",
2626
author="Yucheng Liu",
2727
packages=_find_packages(),

0 commit comments

Comments
 (0)