From 944c7e484fc1a9e52b786f8c48c19ff5e1c567cb Mon Sep 17 00:00:00 2001 From: geniucker-dev Date: Sat, 18 May 2024 23:09:58 +0800 Subject: [PATCH] chore: bump version to 0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 177862a..e6b45d8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='zjuintl_assistant', - version='0.0.2', + version='0.0.3', description='Python interface for getting data from different platforms of ZJU International College', long_description=open('README.md').read(), long_description_content_type='text/markdown',