Skip to content

Commit

Permalink
Bump up version number with recent Solaris fix and other updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Mar 9, 2019
1 parent 27e2362 commit 982e6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scandir.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 982e6ba

Please sign in to comment.