Skip to content

Commit 8007aee

Browse files
committed
Bump version number to v1.5.2
1 parent 3ad19b2 commit 8007aee

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pygccxml/__init__.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@
3333
#TODO:
3434
# 1. Add "explicit" property for constructors
3535

36-
__version__ = '1.5.1'
37-
38-
__revision__ = 1080
36+
__version__ = 'v1.5.2'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from distutils.core import setup
88

99
setup( name = "pygccxml",
10-
version = "1.1.0",
10+
version = "v1.5.2",
1111
description = "GCC-XML generated file reader",
1212
author = "Roman Yakovenko",
1313
author_email = "[email protected]",

0 commit comments

Comments
 (0)