From 81199919cc86ca8793fc7d6d63798d2f55cacb03 Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Mon, 27 Jan 2025 20:10:53 -0500 Subject: [PATCH 1/2] Update VERSION --- fastplotlib/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastplotlib/VERSION b/fastplotlib/VERSION index 0d91a54c7..1d0ba9ea1 100644 --- a/fastplotlib/VERSION +++ b/fastplotlib/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 From 888c1f34de73f972184730947f7e9168e0b2c7ca Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Mon, 27 Jan 2025 20:11:54 -0500 Subject: [PATCH 2/2] remove pygfx version pin after release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14d0f0c5b..9834884aa 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ install_requires = [ "numpy>=1.23.0", - "pygfx~=0.7.0", + "pygfx>=0.7.0", "wgpu>=0.18.1", "cmap>=0.1.3", ]