Skip to content

Commit ef99db0

Browse files
committed
Bump version number to v1.7.0
1 parent 9f8bb84 commit ef99db0

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
@@ -40,4 +40,4 @@
4040
# TODO:
4141
# 1. Add "explicit" property for constructors
4242

43-
__version__ = 'v1.6.2'
43+
__version__ = 'v1.7.0'

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.2",
10+
version="v1.7.0",
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)