Skip to content

Commit da9228c

Browse files
committed
xmltok: Release 0.2.
1 parent fdf984d commit da9228c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xmltok/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.1.1
3+
version = 0.2
44
author = Paul Sokolovsky
55
long_desc = Simple XML tokenizer

xmltok/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-xmltok',
10-
version='0.1.1',
10+
version='0.2',
1111
description='xmltok module for MicroPython',
1212
long_description='Simple XML tokenizer',
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)