Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit c27c612

Browse files
committed
Bump version up to 1.7 for scandir.DirEntry addition
1 parent 6072ae7 commit c27c612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scandir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
warnings.warn("scandir can't find the compiled _scandir C module "
4242
"or ctypes, using slow generic fallback")
4343

44-
__version__ = '1.6'
44+
__version__ = '1.7'
4545
__all__ = ['scandir', 'walk']
4646

4747
# Windows FILE_ATTRIBUTE constants for interpreting the

0 commit comments

Comments
 (0)