From 74d5eccc986b415343dc6807eecb30e00d0a0ec8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 11 Apr 2014 04:48:49 +0300 Subject: [PATCH] re-pcre: Bump version. --- re-pcre/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re-pcre/setup.py b/re-pcre/setup.py index cb623eda..c92fc0fa 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.1', + version='0.0.2', description='re module for MicroPython, based on PCRE and FFI', url='https://github.com/micropython/micropython/issues/405', author='Paul Sokolovsky',