Skip to content

Commit 9079f4d

Browse files
committed
binascii: Release 2.4.0-2.
1 parent e1b24b8 commit 9079f4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binascii/metadata.txt

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

binascii/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-binascii',
9-
version='2.4.0-1',
9+
version='2.4.0-2',
1010
description='PyPy binascii module ported to MicroPython',
1111
long_description='This is a module ported from PyPy 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.',
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)