We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a12997 commit 80c73f3Copy full SHA for 80c73f3
SortingVisualizer.opal
@@ -17,7 +17,7 @@ new float UNIT_SAMPLE_DURATION = 1.0 / 30.0,
17
N_OVER_R = NATIVE_FRAMERATE / RENDER_FRAMERATE,
18
R_OVER_N = RENDER_FRAMERATE / NATIVE_FRAMERATE;
19
20
-new str VERSION = "2024.5.26";
+new str VERSION = "2024.6.8";
21
22
import math, random, time, os, numpy, sys,
23
pygame_gui, json, subprocess, shutil,
0 commit comments