Skip to content

Commit

Permalink
Bump version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hoyt committed Nov 11, 2016
1 parent 32868a0 commit 5d13330
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.3'
__version__ = '1.4'
__all__ = ['scandir', 'walk']

# Windows FILE_ATTRIBUTE constants for interpreting the
Expand Down

0 comments on commit 5d13330

Please sign in to comment.