Skip to content

Commit b64c030

Browse files
author
BoboTiG
committed
Update meta informations
1 parent abc822c commit b64c030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mss.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<see Git checkin messages for history>
2424
2525
0.0.1 - first release
26+
0.0.2 - add support for python 3 on Windows and GNU/Linux
2627
2728
You can always get the latest version of this module at:
2829
@@ -34,7 +35,7 @@
3435
from __future__ import (unicode_literals, absolute_import,
3536
division, print_function)
3637

37-
__version__ = '0.0.1'
38+
__version__ = '0.0.2'
3839
__author__ = "Mickaël 'Tiger-222' Schoentgen"
3940
__copyright__ = '''
4041
Copyright (c) 2013, Mickaël 'Tiger-222' Schoentgen

0 commit comments

Comments
 (0)