We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48b928 commit b6c990aCopy full SHA for b6c990a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyhtml-enhanced"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "A library for building HTML documents with a simple and learnable syntax"
5
authors = ["Miguel Guthridge <miguel.guthridge@unsw.edu.au>"]
6
license = "MIT"
@@ -23,9 +23,9 @@ classifiers = [
23
"Intended Audience :: Developers",
24
"License :: OSI Approved :: MIT License",
25
"Operating System :: OS Independent",
26
- 'Development Status :: 4 - Beta',
+ "Development Status :: 5 - Production/Stable",
27
"Topic :: Software Development :: Testing",
28
- 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
+ "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
29
"Typing :: Typed",
30
]
31
0 commit comments