Skip to content

Commit a82d6bf

Browse files
committed
Bump app version to v3.3
Updated the APP_VERSION constant in app_config.py from v3.2 to v3.3 to reflect the new release.
1 parent 0f9e950 commit a82d6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app_config.py

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

5757

5858
APP_TITLE = "RadarViz"
59-
APP_VERSION = "v3.2"
59+
APP_VERSION = "v3.3"
6060

6161
DATA_PATH = "./data"
6262
FRAME_CACHE_PATH = "./cache/frame"

0 commit comments

Comments
 (0)