chore: version patch update for a quick test pypi upload

This commit is contained in:
Bharath Vignesh J K 2024-07-03 17:27:36 +05:30
parent 6af2340c5c
commit fd99c8008d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import tracemalloc
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '4.2.0_beta01'
__version__ = '4.2.0_beta02'
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'