File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " thesis-py"
7- version = " 1.0.2 "
7+ version = " 1.0.3 "
88description = " Python SDK for Thesis.io APIs."
99readme = " README.md"
1010requires-python = " >=3.9.10"
11- license = { text = " GNU General Public License v3.0 " }
11+ license = { text = " GNU General Public License v3 (GPLv3) " }
1212authors = [{ name = " Oraichain Labs" , email = " duc@orai.io" }]
1313dependencies = [
1414 " requests>=2.32.3" ,
Original file line number Diff line number Diff line change 22
33setup (
44 name = "thesis-py" ,
5- version = "1.0.0 " ,
5+ version = "1.0.3 " ,
66 description = "Python SDK for Thesis APIs." ,
77 long_description_content_type = "text/markdown" ,
88 long_description = open ("README.md" ).read (),
2424 classifiers = [
2525 "Development Status :: 5 - Production/Stable" ,
2626 "Intended Audience :: Developers" ,
27- "License :: OSI Approved :: GNU General Public License v3.0 " ,
27+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3) " ,
2828 "Typing :: Typed" ,
2929 "Programming Language :: Python :: 3.8" ,
3030 "Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments