diff --git a/re-pcre/setup.py b/re-pcre/setup.py index c92fc0fa..64afeff2 100644 --- a/re-pcre/setup.py +++ b/re-pcre/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name='micropython-re-pcre', - version='0.0.2', + version='0.1', description='re module for MicroPython, based on PCRE and FFI', url='https://github.com/micropython/micropython/issues/405', author='Paul Sokolovsky',