Skip to content

Commit d64557a

Browse files
committed
fnmatch: Release 0.6.0.
1 parent 7259f0f commit d64557a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-stdlib/fnmatch/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 = 0.5.2
3+
version = 0.6.0

python-stdlib/fnmatch/setup.py

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

1111
setup(
1212
name="micropython-fnmatch",
13-
version="0.5.2",
13+
version="0.6.0",
1414
description="CPython fnmatch module ported to MicroPython",
1515
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.",
1616
url="https://github.com/micropython/micropython-lib",

0 commit comments

Comments
 (0)