Skip to content

Commit 91e526f

Browse files
committed
Updated stubs to v1.19.1-389-1
1 parent 6efed49 commit 91e526f

File tree

3 files changed

+1676
-2
lines changed

3 files changed

+1676
-2
lines changed

stubs/stdlib/usys.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ stdin : Any ## <class 'FileIO'> = <io.FileIO 0>
6969
"""Standard input ``stream``."""
7070
stdout : Any ## <class 'FileIO'> = <io.FileIO 1>
7171
"""Standard output ``stream``."""
72-
version = '3.4.0; MicroPython v1.19.1 on 2022-09-08' # type: str
72+
version = '3.4.0; MicroPython v1.19.1 on 2022-09-09' # type: str
7373
"""Python language version that this implementation conforms to, as a string."""
7474
version_info = () # type: tuple
7575
"""Python language version that this implementation conforms to, as a tuple of ints."""

0 commit comments

Comments
 (0)