[#186] Bumps Version and Version Info

Bumps Version and Version Info to the latest accurate value. Will need to be done again for next release.
This commit is contained in:
David Sangrey 2023-01-24 16:57:11 -05:00
parent 99d9878232
commit f0af3f022e
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ from .features.ircv3.cap import NEGOTIATING as CAPABILITY_NEGOTIATING, FAILED as
__name__ = 'pydle' __name__ = 'pydle'
__version__ = '0.9.4rc1' __version__ = '1.0.1'
__version_info__ = (0, 9, 4) __version_info__ = (1, 0, 1)
__license__ = 'BSD' __license__ = 'BSD'