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 8a10870 commit fa655d3Copy full SHA for fa655d3
pygccxml/__init__.py
@@ -33,4 +33,4 @@
33
# TODO:
34
# 1. Add "explicit" property for constructors
35
36
-__version__ = 'v1.6.1'
+__version__ = 'v1.6.2'
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup
8
9
setup(name="pygccxml",
10
- version="v1.6.1",
+ version="v1.6.2",
11
author="Roman Yakovenko",
12
author_email="roman yakovenko at gmail com",
13
maintainer="Michka Popoff and the Insight Software Consortium",
0 commit comments