Skip to content

Commit

Permalink
Bump version up to 1.7 for scandir.DirEntry addition
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Feb 12, 2018
1 parent 6072ae7 commit c27c612
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 @@ -41,7 +41,7 @@
warnings.warn("scandir can't find the compiled _scandir C module "
"or ctypes, using slow generic fallback")

__version__ = '1.6'
__version__ = '1.7'
__all__ = ['scandir', 'walk']

# Windows FILE_ATTRIBUTE constants for interpreting the
Expand Down

0 comments on commit c27c612

Please sign in to comment.