1 parent dcaf72b commit d56c3d8Copy full SHA for d56c3d8
2 files changed
pyproject.toml
@@ -346,7 +346,7 @@ overgeneral-exceptions= [
346
]
347
348
[bumpver]
349
-current_version = "v0.1.5"
+current_version = "v0.1.6"
350
version_pattern = "vMAJOR.MINOR.PATCH"
351
commit = true
352
tag = true
src/outset/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package for outset."""
2
3
-__version__ = "0.1.5"
+__version__ = "0.1.6"
4
5
from ._draw_marquee import draw_marquee
6
from ._inset_outsets import inset_outsets
0 commit comments