We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090247e commit 5b17a97Copy full SHA for 5b17a97
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='hitutil',
12
- version='0.4.1',
+ version='0.5.0',
13
description='hit.edu.cn utils',
14
long_description=long_description,
15
long_description_content_type='text/markdown',
@@ -26,10 +26,9 @@
26
'Operating System :: Microsoft :: Windows',
27
'Operating System :: POSIX :: Linux',
28
'Programming Language :: Python :: 3',
29
- 'Programming Language :: Python :: 3.5',
30
- 'Programming Language :: Python :: 3.6',
31
'Programming Language :: Python :: 3.7',
32
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
33
'Programming Language :: Python :: 3 :: Only',
34
'Topic :: Utilities',
35
],
0 commit comments