Skip to content

Commit

Permalink
Bumping version number to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmashton committed Sep 8, 2016
1 parent 7117d66 commit d6d5db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_picker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 5, 0,)
VERSION = (0, 6, 0,)
__version__ = '.'.join(map(str, VERSION))

from file_picker.views import FilePickerBase, ImagePickerBase
Expand Down

0 comments on commit d6d5db3

Please sign in to comment.