Skip to content

Commit

Permalink
0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Lehée committed Jun 18, 2014
1 parent 6d7b23f commit 664a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sublimall/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version_info__ = (0, 0, 18)
__version_info__ = (0, 0, 19)
__version__ = '.'.join(str(x) for x in __version_info__)

SETTINGS_USER_FILE = "Sublimall.sublime-settings"

0 comments on commit 664a552

Please sign in to comment.