Skip to content

Commit 343eff3

Browse files
committed
Version 0.3.7
1 parent 1f4c09a commit 343eff3

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
In development
55
--------------
66

7+
TODO
8+
9+
Version 0.3.7
10+
-------------
11+
712
Fix:
813

914
* Fix BIDS colormaps (magma, inferno, plasma, viridis) returning wrong dtype.

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.3.6"
7+
__version__ = "0.3.7"
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.3.6"
3+
version = "0.3.7"
44
authors = [
55
{ name="Matthew Farrugia-Roberts", email="matthew@far.in.net" },
66
]

0 commit comments

Comments
 (0)