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

Commit 982e6ba

Browse files
committed
Bump up version number with recent Solaris fix and other updates
1 parent 27e2362 commit 982e6ba

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
@@ -40,7 +40,7 @@
4040
warnings.warn("scandir can't find the compiled _scandir C module "
4141
"or ctypes, using slow generic fallback")
4242

43-
__version__ = '1.9.0'
43+
__version__ = '1.10.0'
4444
__all__ = ['scandir', 'walk']
4545

4646
# Windows FILE_ATTRIBUTE constants for interpreting the

0 commit comments

Comments
 (0)