Skip to content

Commit

Permalink
Prepare for release 2.22
Browse files Browse the repository at this point in the history
fixes #522
  • Loading branch information
eliben committed Mar 30, 2024
1 parent c3e2644 commit 129d32e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============
pycparser v2.21
pycparser v2.22
===============


Expand Down
2 changes: 1 addition & 1 deletion pycparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# License: BSD
#-----------------------------------------------------------------
__all__ = ['c_lexer', 'c_parser', 'c_ast']
__version__ = '2.21'
__version__ = '2.22'

import io
from subprocess import check_output
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def make_release_tree(self, basedir, files):
C compilers or analysis tools.
""",
license='BSD-3-Clause',
version='2.21',
version='2.22',
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='[email protected]',
Expand Down

0 comments on commit 129d32e

Please sign in to comment.