File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11===============
2- pycparser v2.23
2+ pycparser v3.00
33===============
44
55
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ To upload to PyPI:
2626
2727 $ uv publish dist/*
2828
29+ (can use ``--token``)
30+
2931Check that `pip` can install and load pycparser from PyPI in this new version.
3032
3133Tag in git. When pushing to GitHub, git push --tags
Original file line number Diff line number Diff line change 88# License: BSD
99# -----------------------------------------------------------------
1010__all__ = ["c_lexer" , "c_parser" , "c_ast" ]
11- __version__ = "2.23 "
11+ __version__ = "3.00 "
1212
1313import io
1414from subprocess import check_output
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pycparser"
7- version = " 2.23 "
7+ version = " 3.00 "
88description = " C parser in Python"
99readme = " README.rst"
1010license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments