Skip to content

Commit 19020d7

Browse files
committed
Bump to 0.8.0, drop Py 3.8
1 parent 02163e1 commit 19020d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labellines/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .core import labelLine, labelLines
22

33
__all__ = ["labelLine", "labelLines"]
4-
__version__ = "0.7.0"
4+
__version__ = "0.8.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "matplotlib-label-lines"
77
dynamic = ["version"]
88
description = "Label lines in matplotlib."
99
license = "MIT"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
authors = [
1212
{ name = "Corentin Cadiou", email = "[email protected]" },
1313
]

0 commit comments

Comments
 (0)