Skip to content

Commit 5b60167

Browse files
committed
Prepare for release 2.23
1 parent 7b24736 commit 5b60167

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
===============
2-
pycparser v2.22
2+
pycparser v2.23
33
===============
44

55

pycparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# License: BSD
99
#-----------------------------------------------------------------
1010
__all__ = ['c_lexer', 'c_parser', 'c_ast']
11-
__version__ = '2.22'
11+
__version__ = '2.23'
1212

1313
import io
1414
from subprocess import check_output

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def make_release_tree(self, basedir, files):
4343
C compilers or analysis tools.
4444
""",
4545
license='BSD-3-Clause',
46-
version='2.22',
46+
version='2.23',
4747
author='Eli Bendersky',
4848
maintainer='Eli Bendersky',
4949
author_email='[email protected]',

0 commit comments

Comments
 (0)