Skip to content

Commit 82e1798

Browse files
author
Geoffrey Lehée
committed
0.0.17
1 parent 22366a5 commit 82e1798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sublimall/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version_info__ = (0, 0, 16)
2+
__version_info__ = (0, 0, 17)
33
__version__ = '.'.join(str(x) for x in __version_info__)
44

55
SETTINGS_USER_FILE = "Sublimall.sublime-settings"

0 commit comments

Comments
 (0)