Skip to content

Commit b7b5121

Browse files
committed
Bump version number to v1.7.3
1 parent 66aa914 commit b7b5121

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = 'v1.7.2'
56+
version = 'v1.7.3'
5757
# The full version, including alpha/beta/rc tags.
58-
release = 'v1.7.2'
58+
release = 'v1.7.3'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

pygccxml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
# TODO:
4141
# 1. Add "explicit" property for constructors
4242

43-
__version__ = 'v1.7.2'
43+
__version__ = 'v1.7.3'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
from setuptools import setup
88

99
setup(name="pygccxml",
10-
version="v1.7.2",
10+
version="v1.7.3",
1111
author="Roman Yakovenko",
1212
author_email="roman yakovenko at gmail com",
1313
maintainer="Michka Popoff and the Insight Software Consortium",
14-
maintainer_email="[email protected]",
14+
maintainer_email="[email protected]",
1515
description="Python package for easy C++ declarations navigation.",
1616
url="https://github.com/gccxml/pygccxml",
1717
download_url="https://github.com/gccxml/pygccxml/archive/master.zip",

0 commit comments

Comments
 (0)