diff --git a/re-pcre/setup.py b/re-pcre/setup.py index f6a20d27..6159abbc 100644 --- a/re-pcre/setup.py +++ b/re-pcre/setup.py @@ -5,7 +5,7 @@ sys.path.pop(0) from distutils.core import setup setup(name='micropython-re-pcre', - version='0.1.1', + version='0.1.5', description='re module for MicroPython, based on PCRE and FFI', url='https://github.com/micropython/micropython/issues/405', author='Paul Sokolovsky',