Skip to content

Commit 4129c6b

Browse files
committed
publish
1 parent a8d5cc3 commit 4129c6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ilovepdf"
33
description = "iLovePDF Python API"
4-
version = "0.0.1"
4+
version = "1.0.0"
55
authors = [{ name = "ilovepdf", email = "developer@ilovepdf.com" }]
66
license = "MIT"
77
readme = "README.md"
@@ -10,7 +10,7 @@ requires-python = ">=3.10"
1010
dependencies = ["requests>=2.28.0", "pyjwt>=2.4.0", "python-dotenv>=1.0.0"]
1111

1212
classifiers = [
13-
"Development Status :: 3 - Alpha",
13+
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
1515
"Programming Language :: Python :: 3",
1616
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)