From bac6c999fbf3ebbfc2e7a8a35f8519200c63eb15 Mon Sep 17 00:00:00 2001 From: Jelte van Boheemen Date: Wed, 13 Mar 2024 11:22:49 +0100 Subject: [PATCH] Build new version and bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef9f7c6..d7218fa 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='chamd', python_requires='>=3.5, <4', - version='0.5.11', + version='0.5.12', description='Conversion and cleaning of CHILDES CHA files into PaQu Plaintext Metadata Format', long_description=long_description, long_description_content_type='text/markdown',