Skip to content

Commit

Permalink
Bump version number to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed May 14, 2014
1 parent 3ad19b2 commit 8007aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pygccxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,4 @@
#TODO:
# 1. Add "explicit" property for constructors

__version__ = '1.5.1'

__revision__ = 1080
__version__ = 'v1.5.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from distutils.core import setup

setup( name = "pygccxml",
version = "1.1.0",
version = "v1.5.2",
description = "GCC-XML generated file reader",
author = "Roman Yakovenko",
author_email = "[email protected]",
Expand Down

0 comments on commit 8007aee

Please sign in to comment.