Normalize version string

This commit is contained in:
Tal Einat 2024-08-05 22:03:05 +03:00
parent f2dda1fa34
commit 49739a6cb5
No known key found for this signature in database
GPG Key ID: 613A98AF4C800CDA
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Example:
""" """
__author__ = 'Tal Einat' __author__ = 'Tal Einat'
__email__ = 'taleinat@gmail.com' __email__ = 'taleinat@gmail.com'
__version__ = '0.8.0-dev0' __version__ = '0.8.0.dev0'
__all__ = [ __all__ = [
'find_near_matches', 'find_near_matches',