Skip to content

Commit 35dc8b0

Browse files
committed
chore: update version to 0.7.0
1 parent 5bcc5dc commit 35dc8b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='semanticscholar',
8-
version='0.6.0',
8+
version='0.7.0',
99
description='Unofficial Python client library for Semantic Scholar APIs.',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -29,6 +29,7 @@
2929
'Programming Language :: Python :: 3.9',
3030
'Programming Language :: Python :: 3.10',
3131
'Programming Language :: Python :: 3.11',
32+
'Programming Language :: Python :: 3.12',
3233
'Topic :: Software Development :: Libraries :: Python Modules'
3334
],
3435
zip_safe=False

0 commit comments

Comments
 (0)