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 9e24fcb commit 3dfcfc3Copy full SHA for 3dfcfc3
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