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