Skip to content

Commit 776c36b

Browse files
committed
bump version to 0.10.7a0
1 parent 9d69f75 commit 776c36b

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.7.dev1"
25-
PROCESSING_BUILD_NUMBER = 1304
24+
VERSION = "0.10.7a0"
25+
PROCESSING_BUILD_NUMBER = 1306
2626

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

0 commit comments

Comments
 (0)