Skip to content

Commit 5b17a97

Browse files
committed
Bump version 0.5.0
* feat: 本科生课表查询支持
1 parent 090247e commit 5b17a97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='hitutil',
12-
version='0.4.1',
12+
version='0.5.0',
1313
description='hit.edu.cn utils',
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',
@@ -26,10 +26,9 @@
2626
'Operating System :: Microsoft :: Windows',
2727
'Operating System :: POSIX :: Linux',
2828
'Programming Language :: Python :: 3',
29-
'Programming Language :: Python :: 3.5',
30-
'Programming Language :: Python :: 3.6',
3129
'Programming Language :: Python :: 3.7',
3230
'Programming Language :: Python :: 3.8',
31+
'Programming Language :: Python :: 3.9',
3332
'Programming Language :: Python :: 3 :: Only',
3433
'Topic :: Utilities',
3534
],

0 commit comments

Comments
 (0)