Skip to content

Commit 7c6db2f

Browse files
authored
Merge pull request #650 from hx2A/v0106a0
bump version to 0.10.6a0
2 parents 320c038 + c7f29f1 commit 7c6db2f

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.6.dev0"
25-
PROCESSING_BUILD_NUMBER = 1301
24+
VERSION = "0.10.6.a0"
25+
PROCESSING_BUILD_NUMBER = 1304
2626

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

0 commit comments

Comments
 (0)