From 982e6ba60e7165ef965567eacd7138149c9ce292 Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Sat, 9 Mar 2019 12:51:39 -0500 Subject: [PATCH] Bump up version number with recent Solaris fix and other updates --- scandir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scandir.py b/scandir.py index 5ba8abd..c565b23 100644 --- a/scandir.py +++ b/scandir.py @@ -40,7 +40,7 @@ warnings.warn("scandir can't find the compiled _scandir C module " "or ctypes, using slow generic fallback") -__version__ = '1.9.0' +__version__ = '1.10.0' __all__ = ['scandir', 'walk'] # Windows FILE_ATTRIBUTE constants for interpreting the