Skip to content

Commit d27face

Browse files
committed
Version 0.0.4
- drop support for python 3.7 and 3.8 - add support for python 3.12 and 3.13
1 parent 2cb545a commit d27face

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='regex-as-re-globally',
26-
version='0.0.3',
26+
version='0.0.4',
2727
description='Creates a regex-as-re-globally.pth to replace stdlib "re" module with "regex" module globally before any code runs.',
2828
long_description=long_description,
2929
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)