]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - autorandr.py
New upstream version 1.8.1
[deb_pkgs/autorandr.git] / autorandr.py
index 89f1ab816518b3e20a5f04e159b5b60302bd73c9..cf9b0c8ec0f08c7584830f000c6abd6260bcff42 100755 (executable)
@@ -48,7 +48,7 @@ if sys.version_info.major == 2:
 else:
     import configparser
 
-__version__ = "1.8"
+__version__ = "1.8.1"
 
 try:
     input = raw_input