Compare commits

...

2 Commits

Author SHA1 Message Date
Joshua Salzedo a973dab32f
Merge pull request #187 from Rixxan/186-version-update
[#186] Bumps Version and Version Info
2023-01-31 19:50:46 -08:00
David Sangrey f0af3f022e
[#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.
2023-01-24 16:57:11 -05:00
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'