Skip to content

Commit 6ec58b6

Browse files
committed
pystone_lowmem: Release 3.4.2-4.
1 parent fb47cd8 commit 6ec58b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pystone_lowmem/metadata.txt

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

pystone_lowmem/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-pystone_lowmem',
10-
version='3.4.2-3',
10+
version='3.4.2-4',
1111
description='CPython pystone_lowmem module ported to MicroPython',
1212
long_description='This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.',
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)