Skip to content

Commit 354a330

Browse files
committed
fix versions
1 parent 46c2a11 commit 354a330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matthewplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66

7-
__version__ = "0.2.0"
7+
__version__ = "0.2.1"
88

99

1010
from matthewplotlib.plots import (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matthewplotlib"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [
55
{ name="Matthew Farrugia-Roberts", email="[email protected]" },
66
]

0 commit comments

Comments
 (0)