Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Aug 27, 2016
1 parent 66a96a1 commit 2cbe404
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.2'
__version__ = '1.3'
__all__ = ['scandir', 'walk']

# Windows FILE_ATTRIBUTE constants for interpreting the
Expand Down

0 comments on commit 2cbe404

Please sign in to comment.