v0.1.1
Fix how comments are added. Basically code that added comments from pylint did things in a weird way, so when it tried to "match the line indent" of the line pylint is commenting about, it was matching the indent for the wrong line, the line above the commented segment, not the segment itself. So now, it's fixed and everything is beautiful.