File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
# built documents.
54
54
#
55
55
# The short X.Y version.
56
- version = 'v1.7.2 '
56
+ version = 'v1.7.3 '
57
57
# The full version, including alpha/beta/rc tags.
58
- release = 'v1.7.2 '
58
+ release = 'v1.7.3 '
59
59
60
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
61
# for a list of supported languages.
Original file line number Diff line number Diff line change 40
40
# TODO:
41
41
# 1. Add "explicit" property for constructors
42
42
43
- __version__ = 'v1.7.2 '
43
+ __version__ = 'v1.7.3 '
Original file line number Diff line number Diff line change 7
7
from setuptools import setup
8
8
9
9
setup (name = "pygccxml" ,
10
- version = "v1.7.2 " ,
10
+ version = "v1.7.3 " ,
11
11
author = "Roman Yakovenko" ,
12
12
author_email = "roman yakovenko at gmail com" ,
13
13
maintainer = "Michka Popoff and the Insight Software Consortium" ,
14
- maintainer_email = "[email protected] " ,
14
+ maintainer_email = "[email protected] " ,
15
15
description = "Python package for easy C++ declarations navigation." ,
16
16
url = "https://github.com/gccxml/pygccxml" ,
17
17
download_url = "https://github.com/gccxml/pygccxml/archive/master.zip" ,
You can’t perform that action at this time.
0 commit comments