diff --git a/python-stdlib/fnmatch/metadata.txt b/python-stdlib/fnmatch/metadata.txt index 10b54b83..27b8c03f 100644 --- a/python-stdlib/fnmatch/metadata.txt +++ b/python-stdlib/fnmatch/metadata.txt @@ -1,3 +1,3 @@ srctype = cpython type = module -version = 0.5.2 +version = 0.6.0 diff --git a/python-stdlib/fnmatch/setup.py b/python-stdlib/fnmatch/setup.py index 7ca64ddf..06331a9c 100644 --- a/python-stdlib/fnmatch/setup.py +++ b/python-stdlib/fnmatch/setup.py @@ -10,7 +10,7 @@ import sdist_upip setup( name="micropython-fnmatch", - version="0.5.2", + version="0.6.0", description="CPython fnmatch module ported to MicroPython", 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.", url="https://github.com/micropython/micropython-lib",