Skip to content

Commit b8092c1

Browse files
committed
re-pcre: Release 0.2.
1 parent 3ec8299 commit b8092c1

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,5 +1,5 @@
11
name = re
22
srctype = micropython-lib
33
type = module
4-
version = 0.1.8
4+
version = 0.2
55
author = Paul Sokolovsky

re-pcre/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-re-pcre',
9-
version='0.1.8',
9+
version='0.2',
1010
description='re-pcre module for MicroPython',
1111
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.",
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)