Skip to content

Commit fa655d3

Browse files
committed
Bump version number to v1.6.2
1 parent 8a10870 commit fa655d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygccxml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
# TODO:
3434
# 1. Add "explicit" property for constructors
3535

36-
__version__ = 'v1.6.1'
36+
__version__ = 'v1.6.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88

99
setup(name="pygccxml",
10-
version="v1.6.1",
10+
version="v1.6.2",
1111
author="Roman Yakovenko",
1212
author_email="roman yakovenko at gmail com",
1313
maintainer="Michka Popoff and the Insight Software Consortium",

0 commit comments

Comments
 (0)