We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf984d commit da9228cCopy full SHA for da9228c
xmltok/metadata.txt
@@ -1,5 +1,5 @@
1
srctype = micropython-lib
2
type = module
3
-version = 0.1.1
+version = 0.2
4
author = Paul Sokolovsky
5
long_desc = Simple XML tokenizer
xmltok/setup.py
@@ -7,7 +7,7 @@
7
import optimize_upip
8
9
setup(name='micropython-xmltok',
10
- version='0.1.1',
+ version='0.2',
11
description='xmltok module for MicroPython',
12
long_description='Simple XML tokenizer',
13
url='https://github.com/micropython/micropython-lib',
0 commit comments