Skip to content

Commit 1bae9c9

Browse files
author
Paul Sokolovsky
committed
select: Release 0.3.
1 parent c09b364 commit 1bae9c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

select/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.2
3+
version = 0.3
44
author = Paul Sokolovsky
55
depends = os, ffilib

select/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import optimize_upip
88

99
setup(name='micropython-select',
10-
version='0.2',
10+
version='0.3',
1111
description='select module for MicroPython',
1212
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)