From d05972e9aad55c7090fd19cd953faaf52d871816 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Tue, 20 Feb 2024 19:19:53 +0800 Subject: [PATCH] :sparkles: 2023.02 --- cqwu/client.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cqwu/client.py b/cqwu/client.py index 638c9ab..bf157ac 100644 --- a/cqwu/client.py +++ b/cqwu/client.py @@ -31,7 +31,7 @@ class Client(Methods): self._use_password_login = False self.xue_nian = 2023 """ 学年 """ - self.xue_qi = 0 + self.xue_qi = 1 """ 学期,0 为第一学期,1 为第二学期 """ self._pay_x_token = "" diff --git a/setup.py b/setup.py index ab41adc..0c44263 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="cqwu", # 用自己的名替换其中的YOUR_USERNAME_ - version="0.0.19", # 包版本号,便于维护版本 + version="0.0.20", # 包版本号,便于维护版本 author="omg-xtao", # 作者,可以写自己的姓名 author_email="xtao@xtaolink.cn", # 作者联系方式,可写自己的邮箱地址 description="A cqwu ehall client.", # 包的简述