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 15b23de commit c3624bfCopy full SHA for c3624bf
setup.py
@@ -8,7 +8,7 @@
8
9
from setuptools import setup, Extension
10
11
-VERSION = ("1", "0", "2")
+VERSION = ("1", "0", "3")
12
13
rapidxml = Extension("_rapidxml",
14
define_macros=[('MAJOR_VERSION', VERSION[0]),
0 commit comments