We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bccbbb commit 626b05eCopy full SHA for 626b05e
comtypes/__init__.py
@@ -3,6 +3,9 @@
3
# comtypes version numbers follow the setuptools convention:
4
# http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
5
# 0.6.0dev < 0.6.0a < 0.6.0.b < 0.6.0c < 0.6.0
6
+# XXX As of 0.6.3dev, versions follow the distutils2 numbering
7
+# http://packages.python.org/distribute/setuptools.html#specifying-your-project-s-version
8
+# 0.6.3dev was relabeled 0.6.3.dev1
9
__version__ = "0.6.3.dev1"
10
11
import logging
0 commit comments