Skip to content

Commit

Permalink
Git issue 475: 2022.7.24 improperly released
Browse files Browse the repository at this point in the history
The file https://pypi.org/pypi/regex/2022.7.24/json was missing references to most of the wheels, so this is a new release in the hope that it was just a glitch in GitHub Actions.
  • Loading branch information
Matthew Barnett committed Jul 25, 2022
1 parent ea5e640 commit 0175830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regex_3/regex.py
Expand Up @@ -241,7 +241,7 @@
"VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex", "__version__",
"__doc__", "RegexFlag"]

__version__ = "2.5.117"
__version__ = "2.5.118"

# --------------------------------------------------------------------
# Public interface.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='regex',
version='2022.7.24',
version='2022.7.25',
description='Alternative regular expression module, to replace re.',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 0175830

Please sign in to comment.