Skip to content

Commit

Permalink
Update version timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed May 19, 2023
1 parent f6ba79d commit 476e551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyparsing/__init__.py
Expand Up @@ -121,7 +121,7 @@ def __repr__(self):


__version_info__ = version_info(3, 1, 0, "beta", 2)
__version_time__ = "13 Apr 2023 03:01 UTC"
__version_time__ = "19 May 2023 21:10 UTC"
__version__ = __version_info__.__version__
__versionTime__ = __version_time__
__author__ = "Paul McGuire <ptmcg.gm+pyparsing@gmail.com>"
Expand Down

0 comments on commit 476e551

Please sign in to comment.