Skip to content

Commit 657387f

Browse files
authored
Critical plot() bug fix release
1 parent 96717e6 commit 657387f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'hatchling.build'
44

55
[project]
66
name='justpyplot'
7-
version='0.2.2'
7+
version='0.2.3'
88
authors=[{ name='bedbad',email='antonyuk@bu.edu'}]
99
description='Get your plot in you array, plot fast'
1010
readme='README.md'
@@ -70,4 +70,4 @@ lint.ignore = [
7070
]
7171

7272
[tool.ruff.format]
73-
quote-style='single'
73+
quote-style='single'

0 commit comments

Comments
 (0)