We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc822c commit b64c030Copy full SHA for b64c030
mss.py
@@ -23,6 +23,7 @@
23
<see Git checkin messages for history>
24
25
0.0.1 - first release
26
+ 0.0.2 - add support for python 3 on Windows and GNU/Linux
27
28
You can always get the latest version of this module at:
29
@@ -34,7 +35,7 @@
34
35
from __future__ import (unicode_literals, absolute_import,
36
division, print_function)
37
-__version__ = '0.0.1'
38
+__version__ = '0.0.2'
39
__author__ = "Mickaël 'Tiger-222' Schoentgen"
40
__copyright__ = '''
41
Copyright (c) 2013, Mickaël 'Tiger-222' Schoentgen
0 commit comments