Skip to content

Commit 97dbe6c

Browse files
author
Paul Sokolovsky
committed
unicodedata: Release 0.0.3.
1 parent 8b3fbc0 commit 97dbe6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

unicodedata/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
srctype = dummy
22
type = module
3-
version = 0.0.2
3+
version = 0.0.3

unicodedata/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-unicodedata',
10-
version='0.0.2',
10+
version='0.0.3',
1111
description='Dummy unicodedata module for MicroPython',
1212
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)