From 9e8e12ad72ea2f93c67d25b1a90b062aee21a93c Mon Sep 17 00:00:00 2001 From: Mr-Milk Date: Wed, 28 Sep 2022 11:56:07 +0800 Subject: [PATCH] v0.2.0 --- legendkit/_legend.py | 3 --- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/legendkit/_legend.py b/legendkit/_legend.py index fbb6003..0a41bc2 100644 --- a/legendkit/_legend.py +++ b/legendkit/_legend.py @@ -1,11 +1,8 @@ from __future__ import annotations -from typing import List, Dict, Tuple - import matplotlib.pyplot as plt import numpy as np from matplotlib import _api -from matplotlib.artist import Artist from matplotlib.axes import Axes from matplotlib.collections import Collection, CircleCollection from matplotlib.colors import is_color_like diff --git a/pyproject.toml b/pyproject.toml index df0254f..636338f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "legendkit" -version = "0.2.0rc0" +version = "0.2.0" description = "Legend creation and manipulation with ease for matplotlib" authors = ["Mr-Milk "] license = "MIT"