Skip to content

Commit 0e77e00

Browse files
committed
Increment the patch version to 0.1.8.
1 parent 3f939b6 commit 0e77e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stubdoc"
3-
version = "0.1.6"
3+
version = "0.1.8"
44
description = ""
55
authors = ["simon-ritchie"]
66
license = "MIT LICENSE"

stubdoc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__: str = '0.1.7'
1+
__version__: str = '0.1.8'
22
from stubdoc.stubdoc import add_docstring_to_stubfile

0 commit comments

Comments
 (0)