Skip to content

Commit

Permalink
🔖 Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Jul 31, 2021
1 parent c1137cd commit b17055e
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.6"
version = "0.1.7"
license = "GPL-3.0-or-later"
description = "A markdown reverser."
authors = ["Bryan Hu <bryan.hu.2020@gmail.com>"]
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.6"
__version__ = "0.1.7"

0 comments on commit b17055e

Please sign in to comment.