Skip to content

Commit 3c5ae5d

Browse files
authored
Merge pull request #699 from hx2A/v0107a0
bump version to 0.10.7a0
2 parents 7513705 + 776c36b commit 3c5ae5d

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)