brendonh / pyth

Python text markup and conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyth.__version__ claims to be 0.5.6 even though packaged as 0.6.0

cmcfarla opened this issue · comments

setup.py shows the current version is 0.6.0 but the __version__ string in __init__.py is still set to 0.5.6. I noticed this when I did a pip install today and tried to track down why I was getting the version from 2010 rather than 2014. (Turns out I wasn't; the version string just needs to be updated.)

If you could please fix this discrepancy, I would appreciate it. Thanks!