Skip to content

Commit

Permalink
Increment the patch version to 0.1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ritchie committed Feb 12, 2022
1 parent 3f939b6 commit 0e77e00
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 = "stubdoc"
version = "0.1.6"
version = "0.1.8"
description = ""
authors = ["simon-ritchie"]
license = "MIT LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion stubdoc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__: str = '0.1.7'
__version__: str = '0.1.8'
from stubdoc.stubdoc import add_docstring_to_stubfile

0 comments on commit 0e77e00

Please sign in to comment.