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 6d2b87a commit b3e8df9Copy full SHA for b3e8df9
MANIFEST.in
@@ -2,4 +2,4 @@ include setup.py
2
3
recursive-include rapidxml/c_ext/inc *.h *.hpp
4
5
-prune test
+prune tests
setup.py
@@ -8,7 +8,7 @@
8
9
from setuptools import setup, Extension, find_packages
10
11
-VERSION = ("1", "0", "6")
+VERSION = ("1", "0", "7")
12
13
rapidxml = Extension("_rapidxml",
14
define_macros=[('MAJOR_VERSION', VERSION[0]),
0 commit comments