Skip to content

Commit c265899

Browse files
committed
re-pcre: Release 0.2.5.
1 parent b8718dc commit c265899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

re-pcre/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = re
22
srctype = micropython-lib
33
type = module
4-
version = 0.2.4
4+
version = 0.2.5
55
author = Paul Sokolovsky
66
depends = ffilib

re-pcre/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import optimize_upip
88

99
setup(name='micropython-re-pcre',
10-
version='0.2.4',
10+
version='0.2.5',
1111
description='re-pcre module for MicroPython',
1212
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)