Skip to content

Commit 8392bd8

Browse files
committed
pickle: Release 0.1.
1 parent 1c30e28 commit 8392bd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pickle/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.3
3+
version = 0.1

pickle/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
import optimize_upip
88

99
setup(name='micropython-pickle',
10-
version='0.0.3',
10+
version='0.1',
1111
description='Dummy pickle 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',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

0 commit comments

Comments
 (0)