When trying to install from `python setup.py install` I get an error: ` version=0.10.0, ^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?` It was fixed when I added quotes around '0.10.0' in the setup.py file.