Skip to content

Commit

Permalink
threading: Release 0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Oct 31, 2017
1 parent 429f73c commit 2829d4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions threading/metadata.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
srctype=dummy
type=module
version = 0.0.1
srctype = micropython-lib
type = module
version = 0.1
6 changes: 3 additions & 3 deletions threading/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
import optimize_upip

setup(name='micropython-threading',
version='0.0.1',
description='Dummy threading module for MicroPython',
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.',
version='0.1',
description='threading module for MicroPython',
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.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author_email='micro-python@googlegroups.com',
Expand Down

0 comments on commit 2829d4a

Please sign in to comment.