Skip to content

Commit d56c3d8

Browse files
committed
bump version to v0.1.6
1 parent dcaf72b commit d56c3d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ overgeneral-exceptions= [
346346
]
347347

348348
[bumpver]
349-
current_version = "v0.1.5"
349+
current_version = "v0.1.6"
350350
version_pattern = "vMAJOR.MINOR.PATCH"
351351
commit = true
352352
tag = true

src/outset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package for outset."""
22

3-
__version__ = "0.1.5"
3+
__version__ = "0.1.6"
44

55
from ._draw_marquee import draw_marquee
66
from ._inset_outsets import inset_outsets

0 commit comments

Comments
 (0)