Skip to content

0.4.1

Compare
Choose a tag to compare
@andrewmchen andrewmchen released this 08 Nov 01:54
2dd5c94

Changelog

Add critical fix to address #36.
The bug is that when we stripped the extension we used rstrip which does not do what we want.

'apple-py.py'.rstrip('.py') == 'apple-'