brendonh / pyth

Python text markup and conversion
MIT License
89 stars 79 forks source link

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

Open cmcfarla opened 8 years ago

cmcfarla commented 8 years ago

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!