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

Commit c3592ee

Browse files
committed
Bump version number up to 1.6
1 parent 3d64683 commit c3592ee

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.5'
44+
__version__ = '1.6'
4545
__all__ = ['scandir', 'walk']
4646

4747
# Windows FILE_ATTRIBUTE constants for interpreting the

0 commit comments

Comments
 (0)