From 7ce9d69ab028a7b2bafb03206577be4d6a29f45b Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Mon, 3 Nov 2025 19:43:19 -0500 Subject: [PATCH] bump version to 0.6.0 --- fastplotlib/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastplotlib/_version.py b/fastplotlib/_version.py index e6ac4d62d..1cd4ca99b 100644 --- a/fastplotlib/_version.py +++ b/fastplotlib/_version.py @@ -10,7 +10,7 @@ # This is the reference version number, to be bumped before each release. # The build system detects this definition when building a distribution. -__version__ = "0.5.1" +__version__ = "0.6.0" # Allow using nearly the same code in different projects project_name = "fastplotlib"