Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions py5-resources/py5-module/src/py5_tools/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
import platform
from pathlib import Path

VERSION = "0.10.11.dev1"
PROCESSING_BUILD_NUMBER = 1313
VERSION = "0.10.11a0"
PROCESSING_BUILD_NUMBER = 1433

if not (PY5_HOME := os.environ.get("PY5_HOME")):
if platform.system() == "Windows":
Expand Down