coleifer / irc

tinkering with a made-from-scratch irc library in python
http://irckit.readthedocs.org/
MIT License
179 stars 55 forks source link

Should PyPI be updated or atleast bump the version on github? #8

Closed sente closed 12 years ago

sente commented 12 years ago

http://pypi.python.org/pypi/irckit isn't up-to-date with the code in this repo but the version numbers are the same, this caused some confusion for me when running the example bot on a particular irc server -- irc.udderweb.com. I expected the bot to "just work" (as it does on freenode), but it wouldn't join the channel and it wasn't obvious at first why not. It ended up being related the commit https://github.com/coleifer/irc/commit/2725e4978b274268cfec853f5070b5fbf0196848, which isn't on the PyPI side.

This is an odd "issue" as the github code is fine but I thought this was the best place to mention this, please let me know if this isn't the case.

coleifer commented 12 years ago

Thanks for mentioning, i'll do a release!

coleifer commented 12 years ago

released a new version, 0.1.1

sente commented 12 years ago

Cool, thanks!