Skip to content

Commit d04a3f0

Browse files
committed
fix: publish err
1 parent 5e2476d commit d04a3f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "thesis-py"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "Python SDK for Thesis.io APIs."
99
readme = "README.md"
1010
requires-python = ">=3.9.10"
11-
license = { text = "GNU General Public License v3.0" }
11+
license = { text = "GNU General Public License v3 (GPLv3)" }
1212
authors = [{ name = "Oraichain Labs", email = "duc@orai.io" }]
1313
dependencies = [
1414
"requests>=2.32.3",

setup.py

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

33
setup(
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(),
@@ -24,7 +24,7 @@
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",

0 commit comments

Comments
 (0)