shizmob / pydle

An IRCv3-compliant Python 3 IRC library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

__version__, __version_info__ are not updated in pydle/__init__.py since 0.9.4rc1

chandan-cordova opened this issue · comments

Same values in master, develop, v1.0.1, v1.0.0, v0.9.4, v0.9.4rc1

L11: version = '0.9.4rc1'
L12: version_info = (0, 9, 4)