We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea62e76 commit c566fcfCopy full SHA for c566fcf
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sphinxcontrib-screenshot"
7
-version = "0.3.0"
+version = "1.0.0"
8
description = "A Sphinx extension to embed webpage screenshots."
9
readme = "README.md"
10
license = { text = "Apache-2.0" }
@@ -13,7 +13,7 @@ authors = [
13
]
14
urls = { repository = "https://github.com/tushuhei/sphinxcontrib-screenshot/" }
15
classifiers = [
16
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
17
"Operating System :: OS Independent",
18
"License :: OSI Approved :: Apache Software License",
19
"Programming Language :: Python :: 3.10",
0 commit comments