Skip to content

Commit d7f12f6

Browse files
committed
bump version to 0.10.5a0
1 parent 0761df0 commit d7f12f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py5_resources/py5_module/py5_tools/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import platform
2222
from pathlib import Path
2323

24-
VERSION = "0.10.5.dev0"
25-
PROCESSING_BUILD_NUMBER = 1292
24+
VERSION = "0.10.5a0"
25+
PROCESSING_BUILD_NUMBER = 1301
2626

2727
if not (PY5_HOME := os.environ.get("PY5_HOME")):
2828
if platform.system() == "Windows":

0 commit comments

Comments
 (0)