Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Oct 13, 2022
1 parent 04b1ff8 commit b54cabd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project = 'legendkit'
copyright = '2022, Mr-Milk'
author = 'Mr-Milk'
release = '0.2.4'
release = '0.2.5'

extensions = [
'sphinx.ext.autodoc',
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial/layout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Use legendkit layout features to help you out.
:context: close-figs

>>> from legendkit import cat_legend, vstack, hstack
>>> _, ax = plt.subplots(figsize=(6, 3)); ax.set_axis_off()
>>> _, ax = plt.subplots(figsize=(7, 3)); ax.set_axis_off()
>>> args = dict(
... colors = ["#A7D2CB", "#F2D388"],
... labels = ["Item 1", "Item 2"],
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.4"
version = "0.2.5"
description = "Legend creation and manipulation with ease for matplotlib"
authors = ["Mr-Milk <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b54cabd

Please sign in to comment.