Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Sep 12, 2023
1 parent 0489b20 commit 3cb5ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ There are a couple of things I haven't done yet
* [ ] Make tags by themselves render, so `str(br)` renders to `<br/>`
* [ ] Add default properties to tags
* [ ] Make inline documentation include documentation of suggested properties
* [ ] Update links within documentation to make them point to the right
* [X] Update links within documentation to make them point to the right
locations.
* [ ] Some tags (eg `<pre>`) currently aren't properly implemented

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 = "0.1.0"
version = "0.2.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 3cb5ea5

Please sign in to comment.