Skip to content

Commit

Permalink
Bump up version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Jan 3, 2016
1 parent d8b819d commit 03d8b14
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.1'
__version__ = '1.2'
__all__ = ['scandir', 'walk']

# Windows FILE_ATTRIBUTE constants for interpreting the
Expand Down

0 comments on commit 03d8b14

Please sign in to comment.