Update PLY package to include version

This commit is contained in:
Dustin Spicuzza 2022-12-13 23:53:26 -05:00
parent b54c807824
commit 079d643c67
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# PLY package
# Author: David Beazley (dave@dabeaz.com)
# https://github.com/dabeaz/ply
__version__ = "2022.10.27"

View File

@ -2,7 +2,7 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# ply: lex.py # ply: lex.py
# #
# Copyright (C) 2001-2020 # Copyright (C) 2001-2022
# David M. Beazley (Dabeaz LLC) # David M. Beazley (Dabeaz LLC)
# All rights reserved. # All rights reserved.
# #