shizmob / pydle

An IRCv3-compliant Python 3 IRC library.
BSD 3-Clause "New" or "Revised" License
154 stars 47 forks source link

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

Closed chandan-cordova closed 1 year ago

chandan-cordova commented 1 year ago

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)