Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Sep 28, 2022
1 parent ad89a56 commit 9e8e12a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions legendkit/_legend.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <yb97643@um.edu.mo>"]
license = "MIT"
Expand Down

0 comments on commit 9e8e12a

Please sign in to comment.