Skip to content

Commit 8494577

Browse files
committed
Bump version number to v1.6.0
1 parent d743d4d commit 8494577

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/pkg-info.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Metadata-Version: 1.1
22
Name: pygccxml
3-
Version: 0.7.1
4-
Author: Roman Yakovenko
5-
Author-email: roman yakovenko at gmail com
6-
Maintainer: Roman Yakovenko
7-
Maintainer-email: roman yakovenko at gmail com
8-
Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
3+
Version: v1.6.0
4+
Author: Insight Software Consortium.
5+
Author-email: [email protected]
6+
Maintainer: Michke Popoff
7+
Maintainer-email: michka popoff at gmail com
8+
Home-page: https://github.com/gccxml/pygccxml
9+
Download-url: https://github.com/gccxml/pygccxml/archive/master.zip
910
Summary: Python package for easy C++ declarations navigation
1011
License: Boost Software License
1112
Description: "...The purpose of the GCC-XML extension is to generate an XML description of a

setup.py

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

99
setup(name="pygccxml",
10-
version="v1.5.2",
10+
version="v1.6.0",
1111
description="GCC-XML generated file reader",
12-
author="GCC-XML maintainers",
12+
author="Insight Software Consortium.",
1313
author_email="[email protected]",
1414
packages=['pygccxml',
1515
'pygccxml.declarations',

0 commit comments

Comments
 (0)