We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d5cc3 commit 4129c6bCopy full SHA for 4129c6b
1 file changed
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "ilovepdf"
3
description = "iLovePDF Python API"
4
-version = "0.0.1"
+version = "1.0.0"
5
authors = [{ name = "ilovepdf", email = "developer@ilovepdf.com" }]
6
license = "MIT"
7
readme = "README.md"
@@ -10,7 +10,7 @@ requires-python = ">=3.10"
10
dependencies = ["requests>=2.28.0", "pyjwt>=2.4.0", "python-dotenv>=1.0.0"]
11
12
classifiers = [
13
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
14
"Intended Audience :: Developers",
15
"Programming Language :: Python :: 3",
16
"Programming Language :: Python :: 3.10",
0 commit comments