We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3b968 commit 6168a23Copy full SHA for 6168a23
1 file changed
setup.py
@@ -8,7 +8,7 @@
8
9
from setuptools import setup, Extension
10
11
-VERSION = ("1", "0", "4")
+VERSION = ("1", "0", "5")
12
13
rapidxml = Extension("_rapidxml",
14
define_macros=[('MAJOR_VERSION', VERSION[0]),
0 commit comments