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 3ad19b2 commit 8007aeeCopy full SHA for 8007aee
pygccxml/__init__.py
@@ -33,6 +33,4 @@
33
#TODO:
34
# 1. Add "explicit" property for constructors
35
36
-__version__ = '1.5.1'
37
-
38
-__revision__ = 1080
+__version__ = 'v1.5.2'
setup.py
@@ -7,7 +7,7 @@
7
from distutils.core import setup
8
9
setup( name = "pygccxml",
10
- version = "1.1.0",
+ version = "v1.5.2",
11
description = "GCC-XML generated file reader",
12
author = "Roman Yakovenko",
13
author_email = "[email protected]",
0 commit comments