Skip to content

Commit 6c967a8

Browse files
authored
bump version to 0.4.0 (#713)
* Update VERSION * remove pygfx version pin after release
1 parent e0fd9e4 commit 6c967a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastplotlib/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

setup.py

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

55
install_requires = [
66
"numpy>=1.23.0",
7-
"pygfx~=0.7.0",
7+
"pygfx>=0.7.0",
88
"wgpu>=0.18.1",
99
"cmap>=0.1.3",
1010
]

0 commit comments

Comments
 (0)