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