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