Skip to content

Commit

Permalink
Bump to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Feb 10, 2024
1 parent a069850 commit 7ecd7ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ with improved documentation and type safety.

* Inline documentation and type safety for all tags.

* Editor support for many common tags (attribute suggestions).

* A modern and readable codebase.

* No dependencies.
Expand Down
2 changes: 2 additions & 0 deletions pyhtml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* Inline documentation and type safety for all tags.
* Editor support for many common tags (attribute suggestions).
* A modern and readable codebase.
* No dependencies.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyhtml-enhanced"
version = "1.1.0"
version = "2.0.0"
description = "A library for building HTML documents with a simple and learnable syntax"
authors = ["Miguel Guthridge <miguel.guthridge@unsw.edu.au>"]
license = "MIT"
Expand Down

0 comments on commit 7ecd7ff

Please sign in to comment.