cs.typingutils: bump __version__ to 20250503-post to avoid misleading value for future unreleased changes [IGNORE]
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/python/cs/typingutils.py
M lib/python/cs/typingutils.py +1 -1
@@ 5,7 5,7 @@ 
 
 from typing import get_args, get_origin, TypeVar, Union
 
-__version__ = '20250503'
+__version__ = '20250503-post'
 
 DISTINFO = {
     'keywords': ["python3"],