We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0761df0 + d7f12f6 commit 0762246Copy full SHA for 0762246
py5_resources/py5_module/py5_tools/constants.py
@@ -21,8 +21,8 @@
21
import platform
22
from pathlib import Path
23
24
-VERSION = "0.10.5.dev0"
25
-PROCESSING_BUILD_NUMBER = 1292
+VERSION = "0.10.5a0"
+PROCESSING_BUILD_NUMBER = 1301
26
27
if not (PY5_HOME := os.environ.get("PY5_HOME")):
28
if platform.system() == "Windows":
0 commit comments