Skip to content

Commit 4f5b522

Browse files
committed
logging: Release 0.1.
1 parent 8f184ee commit 4f5b522

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

logging/metadata.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
srctype = micropython-lib
2+
type = module
3+
version = 0.1

logging/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-logging',
9-
version='0.0.4',
9+
version='0.1',
1010
description='logging module for MicroPython',
1111
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.",
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)