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