Skip to content

Commit

Permalink
Bump version number to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Jul 17, 2014
1 parent d743d4d commit 8494577
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions docs/pkg-info.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Metadata-Version: 1.1
Name: pygccxml
Version: 0.7.1
Author: Roman Yakovenko
Author-email: roman yakovenko at gmail com
Maintainer: Roman Yakovenko
Maintainer-email: roman yakovenko at gmail com
Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
Version: v1.6.0
Author: Insight Software Consortium.
Author-email: gccxml@gccxml.org
Maintainer: Michke Popoff
Maintainer-email: michka popoff at gmail com
Home-page: https://github.com/gccxml/pygccxml
Download-url: https://github.com/gccxml/pygccxml/archive/master.zip
Summary: Python package for easy C++ declarations navigation
License: Boost Software License
Description: "...The purpose of the GCC-XML extension is to generate an XML description of a
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from distutils.core import setup

setup(name="pygccxml",
version="v1.5.2",
version="v1.6.0",
description="GCC-XML generated file reader",
author="GCC-XML maintainers",
author="Insight Software Consortium.",
author_email="gccxml@gccxml.org",
packages=['pygccxml',
'pygccxml.declarations',
Expand Down

0 comments on commit 8494577

Please sign in to comment.