Skip to content

Commit b6c990a

Browse files
Bump version
1 parent d48b928 commit b6c990a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyhtml-enhanced"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A library for building HTML documents with a simple and learnable syntax"
55
authors = ["Miguel Guthridge <miguel.guthridge@unsw.edu.au>"]
66
license = "MIT"
@@ -23,9 +23,9 @@ classifiers = [
2323
"Intended Audience :: Developers",
2424
"License :: OSI Approved :: MIT License",
2525
"Operating System :: OS Independent",
26-
'Development Status :: 4 - Beta',
26+
"Development Status :: 5 - Production/Stable",
2727
"Topic :: Software Development :: Testing",
28-
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
28+
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
2929
"Typing :: Typed",
3030
]
3131

0 commit comments

Comments
 (0)