We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c2a11 commit 354a330Copy full SHA for 354a330
matthewplotlib/__init__.py
@@ -4,7 +4,7 @@
4
"""
5
6
7
-__version__ = "0.2.0"
+__version__ = "0.2.1"
8
9
10
from matthewplotlib.plots import (
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "matthewplotlib"
3
-version = "0.2.0"
+version = "0.2.1"
authors = [
{ name="Matthew Farrugia-Roberts", email="[email protected]" },
]
0 commit comments