fixed apostroph problems on os x

This commit is contained in:
Jeena 2014-01-07 21:23:29 +01:00
parent b22ab00922
commit 81675dec77
4 changed files with 105 additions and 83 deletions

View file

@ -4,7 +4,7 @@ import os, PyQt4
from setuptools import setup
from sys import platform as _platform
VERSION = "0.1.0"
VERSION = "0.1.1"
APP = ["feedthemonkey"]
files = []