0.4.1
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-'
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-'