Skip to content

Commit

Permalink
🔖 Version bump
Browse files Browse the repository at this point in the history
0.1.4 -> 0.1.5
  • Loading branch information
ThatXliner committed May 31, 2021
1 parent 0c955b7 commit 8cc9de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "unmarkd"
version = "0.1.4"
version = "0.1.5"
license = "GPL-3.0-or-later"
description = "A markdown reverser."
authors = ["Bryan Hu <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion unmarkd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def unmark(html: Union[str, bs4.NavigableString, bs4.BeautifulSoup]) -> str: #
return unmarkers.BasicUnmarker().unmark(html) # type: ignore


__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit 8cc9de6

Please sign in to comment.