We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcc5dc commit 35dc8b0Copy full SHA for 35dc8b0
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='semanticscholar',
8
- version='0.6.0',
+ version='0.7.0',
9
description='Unofficial Python client library for Semantic Scholar APIs.',
10
long_description=long_description,
11
long_description_content_type="text/markdown",
@@ -29,6 +29,7 @@
29
'Programming Language :: Python :: 3.9',
30
'Programming Language :: Python :: 3.10',
31
'Programming Language :: Python :: 3.11',
32
+ 'Programming Language :: Python :: 3.12',
33
'Topic :: Software Development :: Libraries :: Python Modules'
34
],
35
zip_safe=False
0 commit comments