Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
- avoid errors if regex module not present
- fix fnmatch issue, other potential issues with early-loaded modules holding 're' still
  • Loading branch information
brondsem committed May 22, 2023
1 parent 839d7cb commit f713fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='regex-as-re-globally',
version='0.0.2',
version='0.0.3',
description='Creates a regex-as-re-globally.pth to replace stdlib "re" module with "regex" module globally before any code runs.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f713fdf

Please sign in to comment.